rodin Posted October 30, 2007 Report Share Posted October 30, 2007 Hello, Is there any way to capture changes made by the user on the client side to the server (such as background colour, font)? After the user has changed chart settings on the webpage, a postback will reset to the initial state. Rodin Quote Link to comment Share on other sites More sharing options...
Frank Posted October 30, 2007 Report Share Posted October 30, 2007 > After the user has changed chart settings on the webpage, a postback will reset to the initial state. The client requires Full-Trust in order to store its state information in the DOM so that it is transmitted back to the server. Quote Link to comment Share on other sites More sharing options...
rodin Posted October 31, 2007 Author Report Share Posted October 31, 2007 Francisco, Thank you for your swift reply. Setting the trust level for the client did the trick, although finding the security settings for .NET 2.0 is nowhere near as easy as for .NET 1.1. For any others: caspol -cg 1.2 FullTrust and caspol -cg 1.2 LocalIntranet will turn on and off full trust. The chart now retains it state perfectly, however, the attached OLAP extension does not. If I change say the current level of one of the dimensions and do a postback, the current level is reset. However, if I change the current level and then change something on the chart (say the background colour or gallery type) the change is preserved over postback. It almost seems as if the chart needs a trigger before it stores changes in the OLAP. regards, Rodin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.