forum

Home / DeveloperSection / Forums / Page_ClientValidate in undefined

Page_ClientValidate in undefined

Anonymous User 2540 07-Jan-2015

I have an asp.net user control which is plugged into both asp.net and MVC pages

When the control is on an asp.net page the client validation in it works fine but when the control is on an MVC page the following call in the js validation fails;

Page_ClientValidate('ValidationGroup');

with the error in Chrome: Object [object global] has no method 'Page_ClientValidate'

How can I get my client side validation to work on my mvc pages when the hyperlink button is clicked?

I need whatever the solution is to work across both MVC and ASP.Net as our site is a combination of the two


Updated on 08-Jan-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By