In Gridview' RowEditing event, what piece of code should be written for Editing any Gridview Rows?

 Posted by vishalneeraj-24503 on 11/22/2013 | Category: ASP.NET Interview questions | Views: 10364 | Points: 40
Select from following answers:
  1. GridView1.EditIndex = -1
  2. GridView1.EditIndex = 0
  3. GridView1.EditIndex = 1
  4. GridView1.EditIndex = e.NewEditIndex
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response