- i have a gridview
- i am working on VS2008 ASP.Net forms
Currently, my update statement does not work unless the user selects an item from the gridview. How do i ensure that the user clicks on 1 before the update is executed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make use of : GridView.SelectedIndex Property – Gets or sets the index of the selected row in a GridView control.