Click to See Complete Forum and Search --> : help with Calender Control in Asp.net?


roxcy
10-13-2006, 09:03 AM
Hi,
i am Using an Asp.Net CalenderControl in my application.I want to show the calender icon first and then dispay my calender control on click of the icon .How can i achieve this.?Following is my code..

<%@ Page Language="VB" Debug="true" %>
<script language="VB" runat="server">
Sub Page_Load(Source as Object, E as Evensd tArgs)
if page.isPostBack then
strResponse.text = objCalendar.SelectedDate
end if
end sub
</script>
<form runat="server">
<asp:Calendar id="objCalendar" runat="server"/>
</form>
<asp:label id="strResponse" runat="server"/>


Plz help me...

Thanks....

John_Nick
10-17-2006, 08:22 AM
Please visit the following link and I hope you will get you want.

http://www.codeproject.com/aspnet/ASPNET_DateSelector.asp