you cannot assign value to file upload control |
| Vasanthakumar D replied to shreya verma at 09-May-08 07:05 |
Hi,
you cannot assign value to file upload control.. you can use either Label or Hidden field to strore the file path...
at the time of update, you need to check whether any file is selected in file upload control, if not you can use labels or hidden field value otherwise use file upload controls value..
the above logic will solve your issue... |
|