Java script and .Net
Actually i want to use Slandered validation control like required field validation in JavaScript shall i use it ?
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.
CrishPosted May 12, 2010, 9:35 AM
you can use ASP.Net in built Required field validation for validation.
Also you can validate your fields using java script.
You can also use Custom validator for your custom validation using javascript
thanks
sHREYAS jOSHIPosted May 13, 2010, 12:21 AM
SO how shoud i access them ?
Jaish MathewsPosted May 12, 2010, 10:58 AM
var re = new RegExp(<
if(<
}
Check below link
http://www.regular-expressions.info/javascriptexample.html