Hello all,
I am developing an application using C# in visual studio 2005 in which the problem is like this....
I have a DataGridView having 2 fields
1) File Name
2) Date
File Name should be hyperlinked...
When I click on File Name field then the file should open.
For example if the file is abc.txt then it should pop up at the click...


Reply With Quote