I need to take the id from datakey of GridView1_SelectedIndexChanged(object sender, EventArgs e). i write the code as below ,
Int32 Id = Convert.ToInt32(GridView1.DataKeys[e.RowIndex].Value);
but its not working . plase help me slove it .
Go to the complete details ...