is there any way to call a javascript function from the server side coding eaither vb or c# is any way plz give me
how to validate the aspx form with out using the validation contorls and only using javascript
Loading
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.
Koteswararao MallisettiPosted May 6, 2010, 4:52 AM
Sagar KumarPosted May 6, 2010, 1:24 AM
here u can pass complete java script function as string or u can refer to a java script function.
Suppose if u have a Submit button on u r page and u want to validate on submit.use a java script functionon submit click and return true if all the validation conditions are matching else return false(logic depends on the requirement)