Wally
wrote in message news:1408307@.forums.asp.net...
> Is there a way to recommended way to turn off the UpdatePanel? For
> example,
> I might get a request from an opera browser or a mobile browser which
> doesn't support the the UpdatePanel. I have tried setting the
> EnablePartialRendering property to false in the Page_PreInit event, I then
> get an error when the page loads. The error message is: Assertion failed:
> Could not resolve reference to object named "_PageRequestManager" for
> "dataContext" property on object of type "Sys.Binding." Once I click on
> the
> "Cancel" button, I get a regular postback, and then the message again.
>
> This tells me that I'm not most likely doing something wrong. Any
> suggestions?
>
> WallyListen to the ASP.NET Podcast @. http://www.aspnetpodcast.com/
>
Listen to the ASP.NET Podcast @.http://www.aspnetpodcast.com/
How did you resolve this?
Josh
I got the same error and found a solution.
The problem occurred when the page does not have a master page, when I made another page with a simple master page it worked.
I suppose update pannel and update progress need master page to work properly.
ejlee38
No comments:
Post a Comment