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.