Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have 10 forms that use of a masterpage, and a treeview in masterpage that every node of this is linked to one of my forms. when I select one node of tree to redirect to a forms all treenode ( and all master control) has been refreshed.
I want avoid refresh masterpage and treeview.
I use this tag in head of master but dont work for treeview

XML
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0)"/>
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0)"/>
Posted

1 solution

If you want to prevent flicker of a master page when you redirect to another page then use iFrame instead of master page
Set iframe at a place of content place holder You can provide iframe source dynamically.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900