I tried to convert some code from the last RC to the RTM version that called PageMethods.MyMethod(), but the PageMethods object doesn't appear to be working anymore.
I started out with a fresh web.config from the RTM bits, so I know this isn't the problem.
I'm also hear anecdotally from other colleagues that the UpdatePanel control isn't working, or isn't working the way it did in the last RC.
Any feedback would be appreciated.
Hi Look at the following post:
http://forums.asp.net/thread/1545311.aspx
You need to set EnablePageMethods property of ScriptManager to true.
Sure enough. That did the trick.
Thanks for the tip!
Sure enough. That did the trick.
Thanks for the tip!
No comments:
Post a Comment