[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Raoul Sava

10/14/2003 7:28:00 PM

When building templates, you cannot use <%=%> tags. Is
this by design? Is there no way to enter server generated
code into the templates?

Example. This is what I would like to do under a
DeviceSpecific/Choice tag for a mobile form:
<HEADERTEMPLATE>
<img runat="server" src="<%=Application["AppPath"]%
>/Images/sas_logo.gif" /><br>
</HEADERTEMPLATE>

Thanks

/Raoul