2
Answers

Validations using Javascript!

Administrator

Administrator

22y
1.2k
1
Dear friends! I am developing a Web application in ASP.net using VB as language. I want to call javascript function from aspx.I know validations can be done using validation controls but my client wants only the javascript validations. I have a very general problem.. Like If i am showing some data in datagrid with a checkbox to select. Now i want to test whether any checkbox is checked or not and depending upon the codition I have to call a javascript function. Please help. Amol
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
I have a specific problem as follows. See i have one button and i have written a function onclick of this button in my code behind form. ok. Which will be executed when that button is clicked. But that code is server side. Now I want to check if any of the checkbox in my datagrid is checked or not on click of this button? how to do this? Please help? Regards. kash
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
Is there a specific question here? You can still have javascript error checking with asp.net validation controls by the way.