R
RA
Hi
How do I disable it if the user pressed a button:
asp:imagebutton id="btnHome" onclick="test()" runat="server"
What I want to have is that if someone presses this button then the required
field validator won't be activated so the user can move out of the current
page.
How do I disable it if the user pressed a button:
asp:imagebutton id="btnHome" onclick="test()" runat="server"
What I want to have is that if someone presses this button then the required
field validator won't be activated so the user can move out of the current
page.