Hi,
Put this code in a blank page, save the page with extension .aspx and run it.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <script runat="server"> Sub Page_Load(Src As Object, E As EventArgs) If Not IsPostBack Then response.write("The Asp.Net is installes") End If End Sub </script>
Thanks |
|
|