click event in datagrid asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NHEXTECH
    New Member
    • Oct 2007
    • 2

    click event in datagrid asp.net

    HI
    I am using asp.net 1.1. My requirement is if i click the data grid cell (like roll no) i want to show the corresponding details about that roll number(like mark ,name)in text box.In data grid click event i want to write that coding plz any one help me.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Can you kindly post the code what you have tried so far.

    Comment

    • kunal pawar
      Contributor
      • Oct 2007
      • 297

      #3
      Yes u can do this,
      Make Roll no column as HyperLink column through the Property builder and on URL field, which transfer Roll no to another page using QueryString. And on second u will track tht QueryString value and Show Details

      Comment

      Working...