Add a usercontrol as the value of a html attribute

Posted by dmadden on Stack Overflow See other posts from Stack Overflow or by dmadden
Published on 2010-04-14T04:29:57Z Indexed on 2010/04/14 4:33 UTC
Read the original article Hit count: 234

Filed under:

I am working in a CMS where we use tokens ( which is turned into a user control. Is there a way to add the user control into an attribute value for our template style?

example :

<div class="<$tokenName/$>" />

this currently outputs an encoded user control, which is then not parsed by IIS.

© Stack Overflow or respective owner

Related posts about ASP.NET