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:-
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 %>
