<%@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>
that is the code I used to test for Asp.net the page displayed "The Asp.Net is installes" |
|
|