GridView Events Clarification
- by nettguy
Recently I have been asked an interview question "What are the events order in GridView?".
I explained
Init()
Loading()
DataBinding()
DataBound()
RowCreated
.... User interaction events like RowCommand,RowDeleting,RowUpdating
PreRender -executes every time when the GridView is modified
unload()
I would like to check whether my answer is right or not.