but how to set the value to file upload control during postback ?
C
comptech2
@comptech2
Posts
-
read byte of saved picture -
read byte of saved picturethis is edit page and i want that fileupload kept last image value and if we select new image then change its value
-
read byte of saved picturethis is edit page and i want that fileupload kept last image value and if we select new image then change its value
-
read byte of saved picturehi.i want to read byte of save picture and show in fileUpload control.the below code dont work.please quidance me
while (dr.Read())
{
picture_fileUpload = (byte[])dr["picture"];
}