Author: christopher_robin | Posted on: 8/17/2008 6:42:43 AM | Views : 657

Hi Everyone,

here is an easy question regarding the new addhistory points methid with .net 3.5 SP1. As you all know one of the advantages of the .net 3.5 SP1 release is that the fact that you can add history points in the browser so that you can do a back page when a ajax function does a partial page update.

I downloaded and installed all the necessary components and it works fine. When I use the scriptmanager I can add historypoints in the browser -> ScriptManager1.AddHistoryPoint("key", mypage).

However I'm using a master page, so there is no scriptmanager object on the content pages. Normally I would use a scriptmanagerproxy object, however I can't seem to add history points to this.

Go to the complete details ...