Your computer is running slow!
Please click here to speed it up.
Please click here to speed it up.
Posts Tagged ‘ASPNET’
ASP.Net Web Service - Hello World (With Audio)
Wednesday, December 24th, 2008Validating ASP.NET CheckBox (and similar) controls.
Wednesday, December 24th, 2008http://blog.dmbcllc.com There are controls in the .NET framework that can not be wired to the standard validation controls. The checkbox control is one example. You can’t use the RequiredFieldValidator because it has a value. It’s either true or false. And you can’t provide a RegularExpressionValidator or one of the others because it is a boolean value.
So, if I want to make sure a check box is checked before the user continues, for example. And, I want to make sure that the error message shows up in the error summary control like every other error, how do I do that?




