Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 16, 2005 06:38 PM by keanxsoul
Member
5 Points
1 Post
Apr 19, 2005 05:49 PM|LINK
I am using UIP Application Block 2.0
Can anyone suggest how to navigate between pages when using frames..
In left frame i have some links to some pages, and pages to be loaded on the right side frame. When i click link in left frame i need to load the page in right frame.
Can anyone help??
thanks
Sridhar P
56 Points
17 Posts
May 16, 2005 06:38 PM|LINK
Hello,
I think i can help you on that, but let me first tell you that UIP 2.0 is not made to work with frames or Pop up Window, Please be warned...
What i did to solve this problem, firstly create a page called Navigation.aspx
In there get a query string to specify the page you want to go.
E.g
string str = Response["URL"].ToString();
Case "Home"
UIPManger.Navigate("Home"); //I Think it like that, Don't Remember
Then in you frame where you have you links change them all to normal links
<a href="Navigation.aspx?URL=home" target='FrameName'>
You are good to make UIP work in frames...
That's the solution that i have got.. if you have better idea just let me know
Regards
KeanXSoul
sridhar_pala...
Member
5 Points
1 Post
Problem with UIP 2.0 while working with frames
Apr 19, 2005 05:49 PM|LINK
I am using UIP Application Block 2.0
Can anyone suggest how to navigate between pages when using frames..
In left frame i have some links to some pages, and pages to be loaded on
the right side frame. When i click link in left frame i need to load the page in right frame.
Can anyone help??
thanks
Sridhar P
keanxsoul
Member
56 Points
17 Posts
Re: Problem with UIP 2.0 while working with frames
May 16, 2005 06:38 PM|LINK
Hello,
I think i can help you on that, but let me first tell you that UIP 2.0 is not made to work with frames or Pop up Window, Please be warned...
What i did to solve this problem, firstly create a page called Navigation.aspx
In there get a query string to specify the page you want to go.
E.g
string str = Response["URL"].ToString();
Case "Home"
UIPManger.Navigate("Home"); //I Think it like that, Don't Remember
Then in you frame where you have you links change them all to normal links
<a href="Navigation.aspx?URL=home" target='FrameName'>
You are good to make UIP work in frames...
That's the solution that i have got.. if you have better idea just let me know
Regards
KeanXSoul
::::::::::::::::::::::::::::::::::::::::::::::::
Don't be irreplaceable, if you can't be replaced, you can't be promoted