Hi all,
I Get Error...
Microsoft JScript runtime error: 'Sys.WebForms.PageRequestManager' is null or not an object
I'm using AJAX Combo.
If anybody know the answer, please help me....
Thanking You,
Best regards,
Ms.Hema
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Oct 14, 2009, 7:51 AM
MEHA SHANMUGASUNDARAPosted Oct 13, 2009, 5:30 AM
Thanks for ur Reply Kumar...
But its Not working...
I get the error on this line
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_pageLoaded(pageLoaded);
prm.add_beginRequest(beginRequest);
please give me a solution
Thanks & Regards,
MsHema
MEHA SHANMUGASUNDARAPosted Oct 13, 2009, 5:30 AM
Thanks for ur Reply Kumar...
But its Not working...
I get the error on this line
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_pageLoaded(pageLoaded);
prm.add_beginRequest(beginRequest);
please give me a solution
Thanks & Regards,
MsHema
Gaurish KumarPosted Oct 13, 2009, 1:20 AM
Add the following tag in the
Hope it will work.