C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » JavaScript »

Calender Control


Posted Date: 06 Nov 2009      Posted By: Vidhya      Member Level: Silver     Points: 1   Responses: 5



Hi
I am devoloping an asp.net application. How to do a calender (just to view,not need textbox) control in javascript.
Regards
Vidhya





Responses

Author: SuganyaCMR    06 Nov 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Hi

Refer the below link
http://www.c-sharpcorner.com/UploadFile/raj1979/ac09302007110252AM/ac.aspx

Regards,
Suganya

In order to succeed, you must first be willing to fail!
Rate my post!.If u found useful



Author: Nishanth    06 Nov 2009Member Level: BronzeRating: 2 out of 52 out of 5     Points: 2

Hi
for calender in asp.net better use calenderextender control in ajax.its very simple to use than javascript.to use ajax control first you need to install ajax in your system.



Author: Chandru    06 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

Hi download any 3 parthy js calendar,its free for use,
try yui(Yahoo user interface) calendar,

Chandru
SilverlightScripting.com



Author: Shameer    08 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

<html>
<body>
<form runat="server">
<asp:Calendar DayNameFormat="Full" runat="server">
<WeekendDayStyle BackColor="#fafad2" ForeColor="#ff0000" />
<DayHeaderStyle ForeColor="#0000ff" />
<TodayDayStyle BackColor="#00ff00" />
</asp:Calendar>
</form>

</body>
</html>



Author: Shameer    08 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

<html>
<body>

<form runat="server">
<asp:Calendar DayNameFormat="Full" runat="server"
SelectionMode="DayWeekMonth"
SelectMonthText="<*>"
SelectWeekText="<->"/>
<SelectorStyle BackColor="#f5f5f5" />
</asp:Calendar>
</form>

</body>
</html>



Post Reply
You must Sign In to post a response.
Next : 'OpenClipboard Failed' error is giving when try to copy clipboard using javascript
Previous : Asp.net Application script Run in IE but Not Support Firefox 2.0
Return to Discussion Forum
Post New Message
Category: JavaScript

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use