Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation controls and non server controls 1

Status
Not open for further replies.

VBRookie

Programmer
May 29, 2001
331
US

Hi,

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?

- VB Rookie
 
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.
 

Arghhhhhh!

Ok ... thanks for the info vpekulas

- VB Rookie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top