CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Posts
    23

    How to get the ID of the Selected Row of the GridView?

    Respected Fellows,
    I have showed my data on a form in gridview. Now i want that when i click on a cell on a grid view it should get the Row Id of that selected row. Please tell me how can i do that?.

  2. #2
    Join Date
    Aug 2009
    Posts
    100

    Re: How to get the ID of the Selected Row of the GridView?

    What DBMS are you using?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured