Forum: ASP.NET Oct 23rd, 2005 |
| Replies: 13 Views: 5,606 i used to save my asp file as localhost/myweb/a.asp
it is working.i ahve downloaded the .netframework 1.1 to suport aspx extension and stored in wwroot/myweb directory.
the storing the file is same... |
Forum: ASP.NET Oct 22nd, 2005 |
| Replies: 13 Views: 5,606 i ahve little knowledge of asp so i save file in wwroot folder |
Forum: ASP.NET Oct 21st, 2005 |
| Replies: 13 Views: 5,606 <html>
<body>
<form runat="server">
<asp:Calendar DayNameFormat="Full" runat="server">
<WeekendDayStyle BackColor="#fafad2" ForeColor="#ff0000" />
<DayHeaderStyle ForeColor="#0000ff" />... |
Forum: ASP.NET Oct 20th, 2005 |
| Replies: 13 Views: 5,606 i m very new to asp.net.i m trying my first script.i have microsoft .net framework 1.1.but when i try my script
localhost/myweb/a.aspx i m getting blank screen.please any body help me |