I have a fileupload control.I'm selecting a image using the control and saving it in the database.In the edit mode,I need to assign the path of the image in the textbox of the file upload control.Is it possible ??
FileUpload control is readonly control and hence you cannot assign value to it.
You can display value in Label along with a FileUpload control
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.