Sir, In my Web application , some GridView events is not firing.
 
They are:-
 
Row_Deleting()
 
Row_Updating()
 
Row_CancelingEdit()
 
Row_Editing()
 
Please go through the code I given below and find out where the mistake lies.
 
and here the  html code of my application:-
 







































onclick="btnSave_Click" />


onclick="btnClear_Click" />






BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3"
ForeColor="Black" GridLines="Vertical"
onrowcancelingedit="gvClass_RowCancelingEdit" onrowcommand="gvClass_RowCommand"
onrowdeleting="gvClass_RowDeleting" onrowediting="gvClass_RowEditing"
onrowupdating="gvClass_RowUpdating" onselectedindexchanging="gvClass_SelectedIndexChanging"
>














<%#Container.DataItemIndex+1 %>

























Edit




Delete



Update



Cancel