I am using List
I want to know how to select particular row in gridview.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Koteswararao MallisettiPosted Oct 7, 2010, 3:22 AM
you are use boundfields all the row cells become text boxes and u can edit that values but for this you must handle the gridview edit evet
to select a particular row in gridview you must have the row index once you have that index it is very easy
gridview1.rows[index of the row ]
Ex: usersGrid[2] it will give the 3 row of the gridview