Is there any specific reason to use SetEditRow method in GridView instead of setting the edit index with EditIndex property?
Is there any specific reason to use SetEditRow method in GridView instead of setting
Share
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.
I would use the
SetEditRowmethod for putting a row into edit mode.EditIndexis useful to get which index is currently in edit mode. It is also useful in other situations described in the remarks page.