Search code examples
c#asp.nettabbed-interface

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..


Solution

  • 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.