How to find Gridview's Control in RowDataBound event?

 Posted by vishalneeraj-24503 on 11/20/2013 | Category: ASP.NET Interview questions | Views: 4595 | Points: 40
Select from following answers:
  1. By using gridview1.Rows[e.RowIndex].FindControl property
  2. By using gridview1.SelectedRow.FindControl property
  3. By using gridview1.Rows[e.EditIndex].FindControl property
  4. By using e.Row.FindControl property
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response