Hi, how do I validate an edit item template in gridview when updating the data without using asp.net validation controls.
Please look at the code:
ShowFooter="true" DataKeyNames="PhoneBookID"
ShowHeaderWhenEmpty="true"
OnRowCommand="gvPhoneBook_RowCommand"
OnRowEditing="gvPhoneBook_RowEditing" OnRowCancelingEdit="gvPhoneBook_RowCancelingEdit"
OnRowUpdating="gvPhoneBook_RowUpdating" OnRowDeleting="gvPhoneBook_RowDeleting"
BackColor="White" BorderColor="#CCCCCC" BorderStyle="None"
BorderWidth="1px" CellPadding="3">
<%-- Theme Properties --%>
I want to validate first name and contact only?? How do i do that?? Please help
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Manav PandyaPosted Jan 12, 2018, 1:30 PM
Manav PandyaPosted Jan 13, 2018, 12:18 PM
Rajneesh ChaubeyPosted Jan 12, 2018, 1:40 PM