I am encountering an issue with my Web-Application when trying to perform partial updates. The error message "Sys.WebForms
is undefined in Chrome (latest version)" keeps popping up. Despite my extensive research efforts, I have not been able to find a solution.
I would greatly appreciate your assistance as I am still learning about ASP.Net
and AJAX
.
This is the snippet of code that is causing the problem:
var prm = Sys.WebForms.PageRequestManager.getInstance();