|
Rank: Newbie Groups: Member
Joined: 7/31/2007 Posts: 4
|
Hi Support team,
The Slidemenu has a property which I cannot find at Online Help. Its name is savestatecrosspage, this property is generating some problems with my system, when I set True in it value. My Asp Pages do not recompile and access a cache with wrong values.
could you explain the property?
In advance Thanks Diogo Gomes
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Diogo, You may have an old version that does not support this property. Here is the documentation: http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.BaseNavigator.SaveStateCrossPages.htmlThanks
|
|
Rank: Newbie Groups: Member
Joined: 7/31/2007 Posts: 4
|
Hi support
Unfortunately this property made some confusion with data in my System. I will explain. I have some programs which reuse display codes (UI) but has different data, when I set this property true, the slide menu saves not only display behavior saves the data and it was displayed in wrong way. I´ve tried hardly to discover this property when I set my browser to regenerate all pages I discover this cache problem.
One question stayed unresolved: Is it the correct behavior?
In advance Thanks.
Diogo Gomes
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Diogo, I see what you mean. Yes. This is the correct behavior. The cache is controled by ASP.NET and it has nothing to do with our control. You can refer this Microsoft document on how to control ASP.NET cache: http://msdn2.microsoft.com/en-us/library/hdxfb6cy.aspxThanks
|
|
Rank: Newbie Groups: Member
Joined: 7/31/2007 Posts: 4
|
I forgot, it is important to remember, I use framework 1.1 and most important the slide menu and the page, where data problem occurs, are different, in advance, I use frameset to navigate between them.
Best regards Diogo Gomes
|
|
Rank: Newbie Groups: Member
Joined: 7/31/2007 Posts: 4
|
So, Your help is missing a important content, that the cache do not work only with display like UI, but with the information which are referred with the program, it will not refreshed.
Thanks for your help.
Best Regards Diogo Gomes
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Diogo,
You are welcome. Page cache is considered a fundamental ASP.NET feature and it really has no direct relationship with our controls. Everything contributes to the page output, not just server controls, are governed by the page cache. As such we are not sure whether we should mention it in our documentation. If we were to mention it then we would have to mention it everywhere, that obviously would annoy a lot people. However we appreciate your suggestions.
Thanks
|
|