Question i m doing my final project in asp i have the following problems
1.if a form need numaric data so that is must accept only numaric data.so how to define numaric data in asp?
2.what is tha proper way of email validation
Answer Hi,
Two ways to do this, you can validate the form using Javascript, this is probably the best way. Or you could make a function that validates if the item entered is validated. Like I mentioned before it would probably be better to do this using Javascript as you can validate on the client side.
Email validation is mostly done using Javascript, you should fine plenty of functions on the web to perform this as well as the numerical check