I just have a quick and simple question. Is it true that I can only use validation controls on server controls? I can't use a regular old html control with no runat=server tag with a validation control?
That's right, you can only use the validation controls for controls that have runtat=server parameter. You can always use JavaScript to do validation on the client instead.
"Taxes are the fees we pay for civilized society" G.W.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.