File Upload
-
Can anyone give any idea for this I am using a fileupload control in my application. I am saving the file path in the database. when I am editing the content of the database, I need to get the file path from the database into the fileupload control box. what is the property to get the file path from the database and show it in the file upload control?
-
Can anyone give any idea for this I am using a fileupload control in my application. I am saving the file path in the database. when I am editing the content of the database, I need to get the file path from the database into the fileupload control box. what is the property to get the file path from the database and show it in the file upload control?
hi sowmya, Fileupload control is readonly, we can not assign value to it. use a label to display the path. Regards
-
Can anyone give any idea for this I am using a fileupload control in my application. I am saving the file path in the database. when I am editing the content of the database, I need to get the file path from the database into the fileupload control box. what is the property to get the file path from the database and show it in the file upload control?
-
Can anyone give any idea for this I am using a fileupload control in my application. I am saving the file path in the database. when I am editing the content of the database, I need to get the file path from the database into the fileupload control box. what is the property to get the file path from the database and show it in the file upload control?