Hi I have a FrameSet of 2 frames - rightFrame and leftFrame.
I have a <base target="rightFrame"> element in the HEAD of my aspx page.
The first time the page is loaded (Not Page.IsPostBack) output from Response.Write goes to the leftFrame. On subsequent page loads output goes to the correct frame - rightFrame.
Any ideas where the problem might be?
Thanks for any help
David
I have a <base target="rightFrame"> element in the HEAD of my aspx page.
The first time the page is loaded (Not Page.IsPostBack) output from Response.Write goes to the leftFrame. On subsequent page loads output goes to the correct frame - rightFrame.
Any ideas where the problem might be?
Thanks for any help
David