Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
i have a macro developed in .net to which i need to have the page id passed dynamically.
How it can be done. Now I can pass the parameter to the marco and is working fine.
but i want to pass the value dynamically. Is it possible to do that in XSLT?
Or how can i trigger the usercontrol macro dynamically with different parameters?
Thanks.
Saji,
If the property to pass in is the current page then you can do [#pageID] see here for more information about passing parameters into a macro.
Regards
Ismail
Hi Ismail,
Thanks for your reply.
But that is not my issue. what i want is to call the usercontrol in xslt.
In xslt i'm looping thru some nodes and i have to show details in user control depending on each node.
Why would you want to pass the results to a user control?
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can i pass dynamic values to .netusercontrol values.
Hi all,
i have a macro developed in .net to which i need to have the page id passed dynamically.
How it can be done. Now I can pass the parameter to the marco and is working fine.
but i want to pass the value dynamically. Is it possible to do that in XSLT?
Or how can i trigger the usercontrol macro dynamically with different parameters?
Thanks.
Saji,
If the property to pass in is the current page then you can do [#pageID] see here for more information about passing parameters into a macro.
Regards
Ismail
Hi Ismail,
Thanks for your reply.
But that is not my issue. what i want is to call the usercontrol in xslt.
In xslt i'm looping thru some nodes and i have to show details in user control depending on each node.
Thanks.
Why would you want to pass the results to a user control?
/Jan
is working on a reply...