Hi!
I have one gridview in my web page, in the code there is one method to get the contents of one particular folder returns one datatable. In the page load event I had assigned datasource to gridview. Its working perfectly. But the problem is I want to give one hyperlink to each content (these are in gridview, the datasource returns the table of contents of that folder), on clicking on one item it should open the original file. I tried to do this with hyperlink field and to bind. Its asking objectdatasource to bind. I dont want to use object datasource. How can i do this without objectdatasource? Please help me!
Thanks in advance!