Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 25th, 2006, 10:41 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Not able to see .aspx page.

Hi,
pls see below page code:
--------------------
<%@ Page Debug="True" %>
<script language="vb" runat="server">
sub page_load
'wtype.forecolor = color.fromargb(0,255,0,0)
end sub
</script>
<html>
<body>
<%
dim paraFlag
paraFlag = request.querystring("para")

if (paraFlag = "per") then%>
        <p class="ParaTitle">My Report</p>
        <form method="POST" name="personal" action="myreport.asp?OrderByStr=workdate" runat="server">
        <table align="center" cellspacing=3 cellpadding=7 bgcolor=#808080><tr>
        <td><b>From:</b>
            <asp:calendar id="dateFrm5" runat="server" backcolor="white">
            <weekenddaystyle backcolor="bisque" forecolor="red"/>
            <dayheaderstyle forecolor="blue"/>
            <todaydaystyle backcolor="red" forecolor="white"/>
            </asp:calendar>
        </td>
        <td><b>To:</b>
            <asp:calendar id="dateTo5" runat="server" backcolor="white">
            <weekenddaystyle backcolor="bisque" forecolor="red"/>
            <dayheaderstyle forecolor="blue"/>
            <todaydaystyle backcolor="red" forecolor="white"/>
            </asp:calendar>
        </td>
        </tr>
<tr align="center"><td colspan="2"><input type=submit value="Submit"></td></tr>
</table>
</form>
<% end if %>
</body>
</html>
--------------------

It is not giving any error but also not showing any control of .net code.
i m writing code in edit plus and not on studio on client machinge and uploading file on server.

is there any setting need to be done on server?



Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to pass variables from Aspx page to Asp Page jayaraj Classic ASP Basics 2 May 23rd, 2004 06:56 AM
How to pass the variables in Aspx page to Asp Page jayaraj ASP.NET 1.0 and 1.1 Basics 3 May 23rd, 2004 06:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.