Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a text box validation variable
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Create a text box validation variable
Miscellaneous
Thread ID:
01653138
Message ID:
01653138
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?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform