In the code-behind, you are using DataKeyItem's Index, but you are not telling to the program what datakeys are. For the GridView control, you have to specify DataKeyNames property.
Ashok kumar.
In the code-behind, you are using DataKeyItem's Index, but you are not telling to the program what datakeys are. For the GridView control, you have to specify DataKeyNames property.
Ashok kumar.