U
ugurceng
Hi,
I have an aspx page that includes both search and insert screen ,
When I click the the insert button ,if required fields are blank then the
validation.js throws an error, but when I click the search button ,
validation throws error again,
how can I prevent from this problem
I mean when I click the search button,validation must return true ,because
search elements and insert elements are in the same form..
<form id="Form5" onsubmit="return checkForm(this);" name="form2" action=""
method="post"
</form>
Best Regards...
UGURCENG
I have an aspx page that includes both search and insert screen ,
When I click the the insert button ,if required fields are blank then the
validation.js throws an error, but when I click the search button ,
validation throws error again,
how can I prevent from this problem
I mean when I click the search button,validation must return true ,because
search elements and insert elements are in the same form..
<form id="Form5" onsubmit="return checkForm(this);" name="form2" action=""
method="post"
</form>
Best Regards...
UGURCENG