Select from following answers:- Row_Command
- Row_Created
- Row_DataBound

- Row_SelectedIndexChanged
- All Above
Row_DataBound is the the only event in which, we can change Row Contents Dynamically.It acts as a For Loop for each rows.
Row_SelectedIndexChanged -> We can fetch and assign values to any controls, once we click on any button which is inside gridview.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator