Select from following answers:- Row_Created
- Row_DataBound
- Row_Command
- None of these
- All Above
As name suggests,Row_Created event will call first, because in this event only rows are created based on data from db.
But in case of Row_DataBound event, rows are bound meaning data is assigned to specific controls.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator