cancel
Showing results for 
Search instead for 
Did you mean: 

linking portal component

Former Member
0 Kudos

Hi all,

How to write code to redirect from one portal component to another portal component.

I am using Response.Redirect("portalcomponent.ascx") like how we redirect page in asp.net application.

It shows runtime error...

anyone give an idea to retify this issue.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudarshan,

how are you doing ?

a key to keep in mind is that with the PDK you are programming in EP using ASP.NET as a language / syntax class implementation (very similar to how J# uses the java language syntax for .net classes)

As navigation is within EP, the EP methodologies apply:

Please have a look at the EPCF API's

with : WDPortalNavigation.navigateAbsolute(), etc ...

http://help.sap.com/saphelp_nw04/helpdata/en/9f/6fa84016631814e10000000a1550b0/frameset.htm

with respect,

amit

Former Member
0 Kudos

Hi Sudarsan,

As per the PDK documentation Response.Redirect is not supported. See this thread it might help - /thread/35939 [original link is broken]

Regards