| NOT ANSWERED checklist validation (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| Copied from [aspngfreeforall] to [aspng validators] by Charles M. Carroll charlesmarkcarroll@yahoo.com I have an interesting problem with a certain page I'm writing in vb.net. This page has several checkboxlists on it. On page load, I load in previous selections they have made from the database. When they hit the save button, I need to confirm to the user that they intended to uncheck any of the s... |
|
| Validators and CheckBoxList (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngfreeforall] to [aspng validators] by Devin devinr@drone interactive.com I am trying to get a checkboxlist to work with a customvalidator and I am getting a message that states, Control 'mychecklist' referenced by the ControlToValidate property of 'myCV' cannot be validated. Does this mean that you can't validate a checkboxlist? Joel Zinn jwzinn@aep.com |
|
| Decimal and BigInt (2 replies, VIP) |
| ASPFriends.com 'aspng-validators' list |
| What would be the best way to validate values in a textbox for: SqlDbType.Decimal and SqlDbType.BigInt It doesn't have to be t0o sound, just enough to stop someone from adding something really stupid. Thanks |
|
| asp.net form validation (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [ngfx sqlclient] to [aspng validators] by Marcie Jones marciejones@yahoo.com What's the recommended way to do form validation? 20 Use of the asp:RequiredFieldValidator ... control seems almost cumbersome, but that could be just because I'm not used to it yet....Any thoughts on this? How does this compare to the alternative javascript form validation and use of onSubmit approach used in ... |
|
| Date Regx.ValidationExpression="^(()|(0)|(1))\/((0)|())\/((\d{2})|(\d{4}))$"; problem (6 replies) |
| ASPFriends.com 'aspng-validators' list |
| Moved from [aspngfreeforall] to [aspng validators] by devin devinr@drone interactive.com Hi, At runtime i create RegularExpressionValidator Regx new RegularExpressionValidator(); Regx.ControlToValidate oDr.GetString(oDr.GetOrdinal("ParameterDataType")) oDr.GetString(oDr.GetOrdinal("ParameterName")); Regx.ValidationExpression "^(([1 9])|(0[1 9])|(1[0 2]))\/((0[1 9]) |([1 31]))\/((\d{2})|(\d{4}))$";... |
|
| resolving empty space (2 replies) |
| ASPFriends.com 'aspng-validators' list |
| I've got a stack of about 10 validators at the bottom of my form (above the submit button). Right now, when I first view the form, there is a long empty space where those validators are (hidden). Of course if someone leaves a field blank and hits submit they show up, but is there a way to make them dynamically expand that space when needed, otherwise not use any space at all? I don't like having t... |
|
| NOT ANSWERED: Validators (3 replies) |
| ASPFriends.com 'aspng-validators' list |
| Original Message From: John Tyson Sent: Friday, May 17, 2002 7:59 AM To: 'aspngfreeforall' Subject: RE: [aspngfreeforall] RE: Passing of variables between ASP.Net pages Hi, I have an asp:DropDownList which is populated by a datareader. Once a selection is made from the DropDownList, a second control on the page is populated based on the value selected in the DropDownList. I have AutoPostBack set t... |
|