How to we carry out Validations using JAvascript
JavaScript
3
Posts
3
Posters
4
Views
1
Watching
-
What have you tried? How did that work? What specific issues did you have? There are a myriad articles both here and through Google that will help you with a general question.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
are you trying to implement the JS validation functions in asp.net application? If Yes, try this one.. use the Js function in the section function CheckValidation() { if (document.getElementById('<%=txtString.ClientID %>').value == '') { Msg = "Enter string..! \n" } } and use the method in the asp.net textbox control as follows: