简体   繁体   中英

How to multiple tabbed interface work in asp.net

I have web application in that i am using tabbed interface control in this i have create 4 tabs in each tab having a.aspx application,so each application having the "required field validators" when i click a button in tab2 page it check the validations all the tabbed apllication.How can i solve this problem please help me..

The reason this is happening is because your tab is submitting your form, causing the javascript to fire on the validators. A simple fix would be to have the link not submit anything and simply redirect to a new page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM