G
Guoqi zheng
Dear sir,
In .asp, we can do the following.
<%
strWhatever = "here is some strings"
%>
<html><body>
<%=strWhatever%>
</body></html>
We can use <%=%> to write some html code, how can I do the same in ASP.NET?
Thanks in advanced.
Guoqi Zheng
http://www.meetholland.com
In .asp, we can do the following.
<%
strWhatever = "here is some strings"
%>
<html><body>
<%=strWhatever%>
</body></html>
We can use <%=%> to write some html code, how can I do the same in ASP.NET?
Thanks in advanced.
Guoqi Zheng
http://www.meetholland.com