Author: abehm | Posted on: 11/26/2008 12:51:57 PM | Views : 815

 Hi,
I have a FileUpload control inside an editform of a grid control and after browsing for a file and clicking on a button, the file chosen disappears.
Is there a way I can prevent this? I don't understand why it is disappearing.
Aaron
 the markup code is as follows:

 
 1 <FormTemplate>
2 <table class="supplierheader">
3 <tr>
4 <td>
5 Upload File
6 </t ...

Go to the complete details ...