prathyusha

prathyusha

  • NA
  • 180
  • 74.4k

get fileupload path from database

Jan 9 2013 12:11 AM
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)