| ValidationSummary on NN/Mac (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| Okay, I've been asking about ValidationSummary/macintoshes, but just realized the validationsummary does not work with Netscape 4 or 6 either... I am referring to the CLIENT SIDE validation only...i know it works on the server, but I assumed that if the browser was javascript supportive it would validate on the client. Was I under the false assumption that the validation controls supported 4 level... |
|
| Clarification needed!? (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| Copied from [aspngfreeforall] to [aspng validators] by Ken Schaefer ken@adopenstatic.com Okay, I've been asking about ValidationSummary/macintoshes, but just realized the validationsummary does not work with Netscape 4 or 6 either... Was I under the false assumption that the validation controls supported 4 level browsers? Or are they *only* IE supported on the client side? Can someone clarify this... |
|
| validation problem (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngfreeforall] to [aspng validators] by One Million Dollars bbilbro@hotmail.com asp.net validation kinda stinks because everytime i request the server the validation occurs. For instance if I use an imagebutton to goto another site or a calendar control to get a date, the validation errors all pop up. any way around this? thanks, Greg |
|
| Identifying Required Fields (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| Pre ASP.Net it was traditional to mark required fields with a red asterisk (*) when a form is first displayed, whereas now with ASP.net it seems to be the fashion to identify required fields after the form has been submitted. Ideally I would like to be able to identify required fields with a red asterisks when the form is displayed and then if the validation fails to display a message beside the f... |
|
| Validation Query (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngfreeforall] to [aspng validators] by Tim Musschoot Tim.Musschoot@rug.ac.be I have a form and am using validation to ensure that the users enter the correct data. In one of the fields the users are entering some data that I need to check against a database (it's a discount code for a purchase). When the form is submitted is there any way that I can check the database and then if th... |
|
| Custom Validator (4 replies) |
| ASPFriends.com 'aspng-validators' list |
| Hi all, I am try to trying restrict upload to only .doc files. I have looked through the documentation and was really confused by the syntax. I attempted to use a regular expression validator but it doesn't seem to allow custom regex, unless I don't have the proper syntax. Below is the code for the custom validator I am trying to use. I've set the sub below as a break point and tried stepping thro... |
|
| Time Validator (2 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| How do you create a Validator control that validates Time? For example the following validates Date values: asp:TextBox id "TextBox1" runat "server" /asp:TextBox asp:CompareValidator id "CompareValidator1" runat "server" ErrorMessage "Must be a date" ControlToValidate "TextBox1" Type "Date" Operator "DataTypeCheck" /asp:CompareValidator Is there some way to validate Time values this easily? Travis |
|
| Cancelling out of a form with validators. (2 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngibuyspy] to [aspng validators] by Let the good times roll bbilbro@hotmail.com Hi, I have a webform that has several textboxes with associated 'Required field' validators. If I add a 'CANCEL' button to the form, to allow the user to cancel out of the form entry, I find that the event model never actually gets to the cancel click event as the validators kick in first. So how do I ca... |
|