M
Manuel
Hello,
I use the following code to display the content of an html file readed from
disk inside an UPDATEPANEL With AJAX.
divhtml.InnerHtml = myBuilder.ToString() ;
At debug time It gives me an htmlFile runtime error showing the code below
try
{
this._webRequest.Completed(Sys.EventArg.Empty);
}
finally { <---- here the error
Please note that the tag <div id="divhtml" runat="server" /> is inside the
UPDATEPANEL With AJAX.
Please help
thank you
I use the following code to display the content of an html file readed from
disk inside an UPDATEPANEL With AJAX.
divhtml.InnerHtml = myBuilder.ToString() ;
At debug time It gives me an htmlFile runtime error showing the code below
try
{
this._webRequest.Completed(Sys.EventArg.Empty);
}
finally { <---- here the error
Please note that the tag <div id="divhtml" runat="server" /> is inside the
UPDATEPANEL With AJAX.
Please help
thank you