Hello guys,
Here is an issue i am facing...may be u guys could help me out....
I have 4 different tabs and each tab is pointing to one web page....In one of the tab(i.e in a web page) i recently placed a RequiredField Validator controlwhich should be fired only if i click the Continue button on that web page, but the required field error message is poping up even when i m moving from one tab to another tab(In other words even if i don't click the Continue button the required field error message is poping up)
I included the ValidationGroup attribute in the Button control to fire the Required field ValidatorControl Error Message
How do i solve this issue??
Here is the code snippette for button
<asp:button id="Button_Continue" style="Z-INDEX: 109; LEFT: 608px; POSITION: absolute; TOP: 381px"
tabIndex="90" runat="server" CssClass="Button" Text="Continue" ValidationGroup="benefit"></asp:button> ...
Go to the complete details ...