How to get a particular selected row ID from a grid view ..?

  • Thread starter Thread starter Maheshkumar.R
  • Start date Start date
M

Maheshkumar.R

Hi groups,

How to get a particular selected row ID from a grid view control where i have placed imagebutton.
On click event how i can get the ROW ID ?

[ Vb.NEt/ASp.net]

thankz
 
Add a primary key column to table grid in which grid is bound or look into using DataKeys collection.

Charlie

Hi groups,

How to get a particular selected row ID from a grid view control where i have placed imagebutton.
On click event how i can get the ROW ID ?

[ Vb.NEt/ASp.net]

thankz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top