J
JJ
Hi all, I have a help page that I have to (against my better judgement) open
up in a new window, which will show the help for the current page the user is
on. So in my master page I have a bulletedlist that I populate at runtime
(so that I can put a request variable on the link in the listitem's value
property).
<asp:BulletedList runat="server" ID="lstHelp" Target="_blank"
DisplayMode="HyperLink"></asp:BulletedList>
This all works great. The problem is on pages that do postbacks. If I am
on one of these pages, click the link from above to open the help window and
then go back to the system page do the action that causes the postback it
actually postsback to the help page, instead of itself. What am I doing
wrong here? Why does it postback to the page I redirected to, rather than
itself.
up in a new window, which will show the help for the current page the user is
on. So in my master page I have a bulletedlist that I populate at runtime
(so that I can put a request variable on the link in the listitem's value
property).
<asp:BulletedList runat="server" ID="lstHelp" Target="_blank"
DisplayMode="HyperLink"></asp:BulletedList>
This all works great. The problem is on pages that do postbacks. If I am
on one of these pages, click the link from above to open the help window and
then go back to the system page do the action that causes the postback it
actually postsback to the help page, instead of itself. What am I doing
wrong here? Why does it postback to the page I redirected to, rather than
itself.