Use this |
| Sujit Patil replied to greg anderson at 10-May-08 12:04 |
There no such a control in asp.net 2.0; for that you have to File Control.
And from that you have to find out the folders name.
You will get file name from file control actually full path of file name. Then by using some operations of string you can easily find out the folder name and path. Use substring fuction of calss string.
Best Luck!!!!!!!!!!!!!
Sujit. |
|