What is the main event fired when we call bind method in a datagride?

Questions by sbehera02   answers by sbehera02

Showing Answers 1 - 21 of 21 Answers

nishana

  • Jan 17th, 2007
 

ItemCreated event

  Was this answer useful?  Yes

Atit

  • Jan 20th, 2007
 

First : GridView_DataBinding

then , GridView_RowCreated

  Was this answer useful?  Yes

sathya

  • Feb 6th, 2007
 

ITEMDATABOUND event is fired whenever we try to bind datas in datagrid

  Was this answer useful?  Yes

Ritesh Modi

  • Feb 10th, 2007
 

No, When we are binding data to datagrid then ItemCreate executes first and then ItemDataBind will execute

  Was this answer useful?  Yes

AnwarCool

  • May 8th, 2008
 

It's ItemDataBound that occurs when we call a bind method.

Please refer the following link
 
http: // msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid_events . aspx

Good Luck!

Anwar

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions