cancel
Showing results for 
Search instead for 
Did you mean: 

ASP.NET Save Button - Need a redirect to the default page of the portal

Former Member
0 Kudos

I have an iView containing a save ASP.NET button.

When a user clicks on the save button a message is displayed confirming that the form has been saved.

I want to have a link back to the home default page of the Portal. How can I do that? I tried to do that but it keeps on displaying in the content area.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I'm not sure I understood the question, but if you want to "redirect" the page and not open a new one (which you could do with a regular link to "\irj"), then you should use a Java script in the link click scripting event which will use EPCM.doNavigate(). For more details look for the portal documentation or see the "portal content development" forum (search for "epcm doNavigate" there).

Regards,

Ofer