User Profile
Collapse
-
thanks Frinny! very useful link -
asp buttons, one to submit the form, and one to just call a function
Hey guys,
I am trying to make a login page with a submit button and a fogot password button after it.
The problem is i do not want my forgot password button to submit the form because the login fields would not pass my parameters set in the validators.
Is there a way to make this forgot password button call a function without submiting?
Thanks -
nevermind. i changed it to args.IsValid instead of return, and it works.Leave a comment:
-
javascript function for customvalidator
I am trying to use a Custom Validator linked to a javascript function for a textbox for the first time. All my code is on one page (inline script). I apparently have made some errors, and I am hoping someone can help me.
Here is a example of how i am doing it now:
...Code:<script runat="server"> Sub Page_Load(sender As System.Object, e As System.EventArgs) End Sub Sub onclick1(sender
No activity results to display
Show More
Leave a comment: