Hello

I'm in the process of building an ASP site that hooks into a SQL database to facilitate a stock control system for our literature ordering facilities.

I want to be able to validate certain fields so that only integer values can be entered and certain other fields so that date values can be entered.

I'm assuming that I can't do any sort of inline validation on the individual controls, and I'm guessing that I need to have a piece of code in there which goes and checks the value once it's been entered, but I'm at a loss as to how I would code this up.

All help gratefully received.

Many TIA


Ian Henderson