Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
I need to have the navigate URL property be set to a URL that has values (querystring) i'm assuming i need to use the "clickonscript" but I'm not sure how to use it.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You just set it with querystrings. For example, instead of setting NavigateUrl to: "WebForm1.aspx", you can set it to "WebForm1.aspx?id=1". It's the same way you would use a link anywhere else. There is nothing particular about it.
Thanks!
|
Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
i didn't phrase my question properly. The values for the query string come from the active server page. They are dynamic.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You would then set it with code --- just like you can specify the Text of a Label property directly in your .aspx or set it from code. The following post should give you a general idea of how to do this: http://www.essentialobjects.com/forum/postst3280_Reference-a-Session-variable-fron-eoweb-menu.aspxThanks!
|