First : GridView_DataBinding
then GridView_RowCreated
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 . aspxGood Luck!Anwar