Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
referencing C# variables in <iw_perl> section
Annad
Hi,
I have a tpl programmed in C#.
I like to be able to use the query string which can be stored in a C# variable in the section. so, basically what I am asking is this. How can I reference a C# variable in the section.
Thanks,
Anna D.
Find more posts tagged with
Comments
yanSi
The tpl is used to generate aspx pages written in C# right?
If this is true, the tpl and all iw_perl sections are processed first to generate the aspx page. The C# code then gets the querystring upon user request to that page. Therefore it is not possible to use iw_perl to get a C# variable that does not exist until runtime.
Annad
Thanks Yan.
I got it. I didn't think about it that way.
Hope you are enjoying your new job!
Regards,
Anna
DFAIT