Server side Validation
How to validate textbox using scripting on serverside
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Jul 19, 2011, 5:33 AM
Server side validation--> you can achieve this type of validation using asp.net validation controls..
(RequiredFieldValidator, CompareValidator, RangeValidator,
RegularExpressionValidator, CustomValidator, ValidationSummary controls)
Client side validation-->use javascript to achieve this...
Know More: Click Here
hope it help you...
Dorababu MekaPosted Jul 19, 2011, 3:51 AM