Thursday, January 23, 2014

Daily Interview Question#2 : What are the events will be fired when the “gridview.DataBind()” method called?

When the Gridview.DataBind() method called, below events are fired in the following order:

  1. Databinding
  2. RowCreated  (Called for Each row)
  3. RowDatabound (called for each row)
  4. DataBound

No comments:

Post a Comment

Please give your valuable comments to improve the contents