gridview in asp.net
-
Samstag, 24. Februar 2007 01:26Hi !
I have been using gridview for populating data in a webpage. I wanted to know , how can we create hyperlinks to the fields in a particular column so that it get gets directed to some other page..
Alle Antworten
-
Mittwoch, 28. Februar 2007 18:54for that, you need to make master-child pages. that's the only solution, that might be possible and is known to me.
-
Sonntag, 4. März 2007 10:13
ok.. thank you!

i was actually trying Item template in the grid view...& the problem got resolved to a certain extent.