iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
How can I navigate to a page without re-creating the page. [I am talking about Silverlight]
This is desirable since UI creation of a screen can be expensive.
Ideally I would like to do UXFrame.Navigate pageObject
Is there on your navigation framework to deal with this?
Thanks
Hello,
You can use enable caching at the page level, by setting the EnableCaching to true.The page still needs to be created for the first time. But subsequently, it will load from cache, so it'll be faster.E.gMainPage>>UXFrameUXPage1>>NavigationCacheMode="Enabled" (at page level)
When navigating to UXPage1, it will be loaded from cache if it has been navigated before.FYI, Using cache can increase memory usage (since it's kept in memory due to the cache). Hope this helps.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname