|
string txtFileName = @ "D:\" + DropDownList1.SelectedValue;
I mean, I used the drop-down menu to select a text file. When I want to read the address of this file, it is written as above, and an exception is thrown when executing the following code
Please give pointers |
|