I am Developing a web application by using ASP.NET 3.5, jQuery and RadAjax Telerik Control. I get Error Messages when page Loading. that is :"Microsoft JScript runtime error: Unable to set value of the property 'control': object is null or undefined" . Image:
and when I click to Open RadWindow then get same Error Message. and could not open radwindow.
Image 2:
How can I solved this Error. Help me..
Thanks
Nahid
Best Solution
This issue is isolated to the jQuery Validate Javascript Library.
The script filename is: jquery.validate.unobtrusive.min.js
Although jQuery is Open Source, this library was provided by Microsoft (as indicated at the top of my js file):
Try replacing the library to use the replacement jquery.validate.min.js
I tested this and my client-side field validation all seems to work without the annoying exceptions when debugging in Visual Studio.