cancel
Showing results for 
Search instead for 
Did you mean: 

read link parameter

Former Member
0 Kudos

hi

how can i read paremeter in the link

for example :

http://www.aaaa.com/aasd.aspx?parameter1=_0634_

it's "0634"

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

in the window HANDLEDEFAULT event handler,

add an importing parameter of the same name as parameter and type string.

Framework automatically passes the URL parameter to this method, and you can store it in context or any attribute of component controller inside the method.

Abhi

Former Member
0 Kudos

hi

thanks Abhimanyu Lagis...

i'm run it .

Answers (0)