Trigger validationsummary message box
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
When I set a onClientClick=”jsfunction()” on a submit button the validationsummary message box would not show up; How can I trigger validationsummary message box in the function jsfunction() if it is invalidate page?
You can call the javascript methods to fire validation directly. It's Page_Validate(), I believe.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )