cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing iVIew properties from SAP PDK .Net Application

Former Member
0 Kudos

Hi,

I have created one iView in PDK .NET and deployed it on the enterprise portal and also set the following property for the iView in SAP EP.

1. <b>"Parameters to Pass from Page Request (for URL Isolation)"</b>

Now i want to access this property within my PDK .NET application. How should i access this property? Please reply, Its very urgent.

Thanks,

Prashant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prashant,

how are you doing ?

Please check if this works for you ?


Request.Query[<propertyName>].ToString();

with respect,

amit