0
votes

how can i load aspx page without refreshing treeview from master page? now i have master page with treeview when i click on leaf it refresh the whole page not only the content place holder. please tell me how can i do.

I'm using asp.net

Thank you in advance

1
You can place content into UpdatePanel and make treeview the trigger - Yuriy Galanter
thank you for ur answer i used update panel before for button control but i don't now how to use for treeview please can you explain more. thank you - user3536676
Just add UpdatePanel inside of content control, here's reference: msdn.microsoft.com/en-us/library/vstudio/… - Yuriy Galanter
i used web.stemap and linked to masterpage using SiteMapDataSource - user3536676

1 Answers

1
votes

You need to use an update panel:

msnd overview