Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.60/5 (2 votes)
See more:
Hi,

I am using ajax tab container, with two tabs.In each tab different user control is loaded. When user clicks on submit button of first tab its page validation invokes & i used ValidatorCalloutExtender which flashes the error message.
In the mean time, user clicks on other tab, the validatorcallout message still flashes.

Can anyone please let me know how to remove validator callout message when user clicks on second tab.

Thanks in advance
Posted

1 solution

On tab1 you can set display none for the validator callout extender
e.g
$(".ajax__validatorcallout_popup_table_row").css('display', 'none');
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900