B
BillE
I am using master/content pages, with a treeview in my master page.
When the selected node changed event fires in the treeview, I redirect to
the requested content page associated with the selected node in the
treeview.
When this treeview event occurs in the master page, I noticed that the
current content page posts back (IsPostback is true), prior to the requested
postback page loading.
This isn't really causing any problem, but its a mystery to me.
What is causing the postback of the current page before the treeview
redirects to the requested page?
Thanks
Bill
When the selected node changed event fires in the treeview, I redirect to
the requested content page associated with the selected node in the
treeview.
When this treeview event occurs in the master page, I noticed that the
current content page posts back (IsPostback is true), prior to the requested
postback page loading.
This isn't really causing any problem, but its a mystery to me.
What is causing the postback of the current page before the treeview
redirects to the requested page?
Thanks
Bill