Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a text box validation variable
Message
From
08/08/2017 04:26:25
 
 
To
07/08/2017 19:00:47
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
01653138
Message ID:
01653139
Views:
55
>Hi,
>
>Say I have text box (asp:textbox) on a page which has a RequiredFieldValidator so that the text box cannot be left blank.
>
>And then I have a validation method that checks if the user entry is valid; that is, if DB has this entry in the table. If user enters wrong value, the page says "Invalid Entry - blablabla".
>
>But the user can still click on Submit button. And since the RequiredFieldValidator will not stop it (some "bad" entry is in the text box), the Submit click method will fire. I want to prevent it.
>
>So, when the code validation method check for a valid entry (in code behind) and find that the entry is not valid, I want to set a flag that will prevent Submit to fire.
>
>How do you do it?

One approach here : https://stackoverflow.com/questions/5929186/how-to-prevent-form-submission-while-using-html5-client-side-form-validation-in

I use angular. Easy to disable the button when a form is invalid - better than allowing a click and then rejecting it.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform