Hello All,
I have a gridview in a webpage in asp.net/C#,which contains details for documents, in which i have columns are
- ID
- Name of File
- File Location
- file Type
- OPEN( type of Button).
On clicking the column button, the particular type of file / file need to opened ( file types may be doc,pdf,xls etc).
How can i do this. Please help.