Monday, September 21, 2009

//*// Code in Code behind of delete button in GridView //*//


int selectedRowindex =(int)myDataGrid.DataKeys[e.RowIndex].Value;
string FirstcoloumValue = myDataGrid.Rows[e.RowIndex].Cells[0].Text;

No comments:

Post a Comment