چند کلمه در شرح محتوای وب‌سایت...

درباره

<script runat="server">

sub btnsubmit_click(s as object,e as eventargs)

lblmessage.text="hello world"

end sub

</script>

<html>

<head> <title>displaymessage.aspx</title></head>

<body>

click on the button;

<form runat="server">

<asp:button

id="btnsubmit"

text="click here"

onclick="btnsubmit_click"

runat="server"/>

<p>

<asp:label id="lblmessage" runat="server"/>

</form>

</body>

</html>

گزارش تخلف
بعدی