cancel
Showing results for 
Search instead for 
Did you mean: 

How do you navigate from one portal component to another?

Former Member
0 Kudos

I'm trying to convert a program from an IIS .net application to a pdk application but the functionality isn't the same.

I've noticed that Response.Redirect doesn't work. Is there something that is functionally equivilant?

I need to be able to go from one ascx page to the next.

For example, right now when people click on a link on the default.aspx page, it runs this code:

public void lnkNewPage_Click(object sender, System.EventArgs e)

{

Response.Redirect("NewPage.aspx");

}

I've created portal components named default.ascx and NewPage.ascx

How do I jump from one to the other? All of the tutorials I can find are for programs with only one page.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Julie,

I think what you need is OBN navigation: to switch between portal pages/iViews is only possible by "navigation" (redirect can really not work in a portal environment), and OBN navigation is integrated into PDK 2.0. See the documentation for more details

Regards,

Ofer

Answers (0)