3
Reply

get fileupload path from database

prathyusha

prathyusha

11 years ago
1.6k
hi
how to get the fileupload path from database
like
 txtfname.Text = ds.Tables[0].Rows[0]["FirstName"].ToString();
here we get the name from database like how to get the fileupload path in fileupload control

Answers (3)