cancel
Showing results for 
Search instead for 
Did you mean: 

Server.Transform, Response.Redirect

Former Member
0 Kudos

Does PDK 2.5 support Server.Transform or Response.Redirect ?

How can I pass from one portal page to the other ?

Accepted Solutions (0)

Answers (2)

Answers (2)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Alon,

Unfortunately, PDK doesn't support the Server.Transfer and Response.Redirect functionalities. But you can use the EPCM framework for client-side events. You can read about it in the PDK documentation:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/dotnet/pdk%20for%20.net/developer's%20Guide%20PDK%202.0%20for%20.NET/index.html

Go to How to->Portal Client-Side events.

Regards,

Rima.

Former Member
0 Kudos

Hi Heller,

For navigating from one page to other u need to use either epcm or client data bag.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/68/322a9261c54e51b7965f86aac3dae2/frameset.htm">Clent data bag</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/f6/aebf40b87e0366e10000000a1550b0/frameset.htm">EPCM</a>

hope it helps..,

Regards,

Archana