Hello,
I want to fetch image path stored in database into fileupload control using C#. Why i want to retrieve in fileupload control means i want to update it if record exists.
How can i acheive this, please anyone help me out.
Regards.
Hi AbdulHaque,
You can't assign value to FileUpload control, it readonly. You can only select file to upload using FileUpload control.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.