שלח תשובה

זירת השאלות

1 תשובות

  1. gilad g הגיב:

    יש לשמור את הקוד הבא בתור קובץ בסיומת aspx, ולהריץ אותו:

    <%@ Page Language="C#" %>
    <script runat="server">
    public void Page_Load(object sender, EventArgs e)
    {
        x.Text = "ASP.NET is installed!";
    }
    </script>
    <html>
    <head>
    </head>
    <body>
    <asp:Label runat="server" id="x">You don't have ASP.NET installed.</asp:Label>
    </body>
    </html> 
    

שלח תשובה