V
Valli
Hi,
I want to include a master page( .master) to my web page.
My web page contains Updatepanel & Script manager tools in it.
Is there any pblm with my web page containing Updatepanel & Script manager
while including master page?
Because when i run this page, I am getting error in the statusbar
(mentioning Done with warning symbol). I am using IE browser.
So I view the source of the web page.
Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManager1',
document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00$ContentPlaceHolder1$UpdatePanel1'],
[], [], 90);
The error specified by the web page is 'Sys' is undefined in the above two
lines.
I dont know what is the error..
Can anyone help me in this..
I am new to asp.net.
I want to include a master page( .master) to my web page.
My web page contains Updatepanel & Script manager tools in it.
Is there any pblm with my web page containing Updatepanel & Script manager
while including master page?
Because when i run this page, I am getting error in the statusbar
(mentioning Done with warning symbol). I am using IE browser.
So I view the source of the web page.
Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManager1',
document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00$ContentPlaceHolder1$UpdatePanel1'],
[], [], 90);
The error specified by the web page is 'Sys' is undefined in the above two
lines.
I dont know what is the error..
Can anyone help me in this..
I am new to asp.net.