Today i meet up a problem about the Validation in gridview. Until now i still cant solve this problem..I have waste a lot times on this problem.
when i click on the ADD Button inside grid view. All datarow inside gridview will function..
i no idea for how to solve this problem ..
anywhere i will try to solve this problem on tomorrow. Because now on times to back home..
when i click on the ADD Button inside grid view. All datarow inside gridview will function..
i no idea for how to solve this problem ..
anywhere i will try to solve this problem on tomorrow. Because now on times to back home..
P/s: Last week i still don't know how to set the TextBox just allow Integer using Validation Server Control, but today when i looking for solution for validation in gridview i Found this function. Below is that code
< asp:comparevalidatorid="vc1" runat="server" controltovalidate="txtOrderQty" errormessage="CompareValidator" operator="DataTypeCheck" type="Integer" display="Dynamic"></asp:comparevalidator>
No comments:
Post a Comment