Vraag gridview in asp.net

  • Saturday, February 24, 2007 1:26 AM
     
     
    Hi !

    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..

All Replies

  • Wednesday, February 28, 2007 6:54 PM
     
     
    for that, you need to make master-child pages. that's the only solution, that might be possible and is known to me.
  • Sunday, March 04, 2007 10:13 AM
     
     

    ok.. thank you!

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