| Author: vipul 28 Aug 2008 | Member Level: Diamond | Rating:  Points: 2 |
hi, using SelectedIndexChanging you only get the selected row you can't get column index
vipul, http://dongavipul.blogspot.com
Please Rate This Answer If They Helpful
Thanks & Regards Patel Vipul
|
| Author: RishiRaj 28 Aug 2008 | Member Level: Gold | Rating: Points: 1 |
Hi..
protected void gridview1_RowUpdating(object sender, GridViewUpdateEventArgs e) {
string Empid = gridview1.DataKeys[e.RowIndex].Value.ToString(); }
|
| Author: D.Jeya kumar(JK) 28 Aug 2008 | Member Level: Diamond | Rating:  Points: 1 |
Hi,
Check the below links you can have many options to do that.
Regards JK
|