hi,
this is saritha
I have uploaded the image in database, now i want to retreive the path from database to fileupload control,
i have used the codes
FileUpload1.FileName = dr[1].ToString();
iam getting the error
CS0200: Property or indexer 'System.Web.UI.WebControls.FileUpload.FileName' cannot be assigned to -- it is read only