Possible to do inline code in ASPX markup?
Posted
by Earlz
on Stack Overflow
See other posts from Stack Overflow
or by Earlz
Published on 2010-06-01T23:25:08Z
Indexed on
2010/06/01
23:33 UTC
Read the original article
Hit count: 286
Is it possible to do things in a PHPish way in ASP.Net? I've seen <%= %>
but I've tried it and couldn't get it to work.
The PHPish equivalent of what I want to do is
<script src="<?php echo ResolveUrl("jquery/js/jquery.js"); ?>"></script>
© Stack Overflow or respective owner