GridView Events Clarification

Posted by nettguy on Stack Overflow See other posts from Stack Overflow or by nettguy
Published on 2010-03-30T11:53:14Z Indexed on 2010/03/30 12:13 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview