HTML Validation Issues -


sorry english not of good. try understand problem. , not able attach image because don't have of reputation.

i have use html5 validation cross web site. facing issue that. let me explain is.

i have 1 form , validation have use html5 validation concept.

<asp:textbox runat="server" id="txtfirstname" tooltip="plz, enter valid first name" placeholder="contact first name" pattern="[a-z ]*" required="required"> </asp:textbox> <asp:button runat="server" id="btnsubmit" onclick="btnsubmit_click" /> 

on button click fire. problem have use 1 form popup on same page. , have html5 validation on popup well, when click button on popup, page validation getting fire. html5 have group validation? asp.net validation have. if no other way can avoid fire validation on page, on click of popup button?

thanks in advance.

please remove html5 validation , create new custom validation using jquery. if don't have idea please let me know, create , post again.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -