Hi
I have a web page where user can open specific web form (aspx)by clicking on treeview contol node. Treeview control opens necessary aspx page (while still remains on the left side on the screen) and everything works fine until aspx page makes postback!
Then aspx becomes the web page itself!!!
url for aspx page at the beginning is -
http://.../index.asp?myPage.aspx)
and after postback -
http://.../myPage.aspx
Any ideas how to avoid that?
Thanx
Raul