| Controling Validator.ErrorMessage (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| My Req. Field Validator Error Messages show up on the page load. I would like them to show up only after the field Lost Focus. I have the .Display mode ValidatorDislay.Dynamic so after the cursor leaves the field, the message stays or goes away appropriately, but I want it to only show up if a mistake is made. The CompareValidator works like this, by default I guess because I haven't done anything... |
|
| Compare Validator Case Insensitive? (4 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| How do you make a compare validator case insensitive? Tia, Scott |
|
| require AND validate (4 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| What's the simplest method for both validating and requiring a certain field? For example, I have a field for an e mail address. I want to require the field AND validate it for email address. One solution is to put 2 validators on the control but I would really prefer not to do that. Hope someone can help. Carson |
|
| NOT ANSWERED BEFORE: validation firing on postback - repost (4 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| Is there a way to validate just a control or pane and not the whole page when you use page.validate? I have a second pane after a login pane, that displays a registration form, and all the fields have already been validated and are showing the 'required' message. I have to call validate.page because I am using an ontextchange event to submit. Thanks for any ideas on this. Original Message From: Br... |
|
| excluding characters... (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspregexp] to [aspng validators] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi All, I am writing validation for an email address. First off, i want to make sure there isn't a problem using 2 RegularExpressionValidator's for one field.... Other than that this is what I have, the first works fine, but the second, where I'm trying to exclude ":", I can't figure out the syntax.... ... |
|
| Validating checkboxes (4 replies) |
| ASPFriends.com 'aspng-validators' list |
| Just wondering if my findings are true that the Validator Controls do NOT support validating checkboxes (and dropdowns for that matter). Will have to do them by hand with JS or server side, unless I'm missing something? Thanks, Carson |
|
| asp:RadioButtonList validator? (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| MessageHi, What kind of Validator can be used to check if a RadioButton has been checked in a form? Thanks wiseguys! Kristof |
|
| Validators and Submit (4 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| Have a page with some data entry textboxes. Some of the textboxes have validators (required values). The page has two buttons what will submit the page. If button 1 is presses, the validators should fire, but if the button 2 is pressed, they shouldn't. Is there an easy way to tie the validators to a certain button click and not all submits? |
|
| validation showing up too early... (7 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngvb] to [aspng validators] by devin devinr@drone interactive.com Hi folks, I have a form that I've created on one page, with several tables that become visible and them invisible as the user moves through the form. I have validation on every field (yeah, they're all required). The first table displays fine, and the submit and update to the next table works fine, but as soon as the ... |
|