Skip to Content
0
Former Member
Jan 07, 2008 at 04:21 AM

Passing Parameters to iView

69 Views

Hello Experts,

I want to pass a simple parameter from one iView to another. How do i pass it using EPCM.doNavigate? my code in asp is

Response.Redirect("url to navigate" + "?ID=V")

Request.QueryString\["ID"\] == "V"

I do some validations based on this querystring.

I need an equivalent for this in portal. I skimmed through many earlier posts but din't get a proper solution. Could you plz help me out with the simplest possible way ASAP.

Regards,

Madhesh

Edited by: Madhesh P on Jan 7, 2008 5:21 AM