खोज…
मूल्य App.Config से
<asp:Literal runat="server" text="<%$ AppSettings:MyAppSettingName %>"/>
मूल्यांकन की अभिव्यक्ति
<div>
The time is now <%= DateTime.Now.ToString() %>
</div>
एएसपी मार्कअप के भीतर कोड ब्लॉक
<div>
<form id="form1" runat="server">
<%
for (int i = 1; i <= 10; j++)
{
Response.Write(i) + " ";
}
%>
</form>
<div>
Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow