CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 10/30/2003 7:48:32 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 118 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
test2003
Asp.Net User
datepicker control from MSPress10/30/2003 7:48:32 PM

0/0

The MSPress Server Controls book has a very nice datepicker control. But I found that there are only 28 days displayed for March 2003, why this is happening? how to fix?

thanks
annie
Asp.Net User
Re: datepicker control from MSPress10/30/2003 9:09:28 PM

0/0

Yes it's a nice starting point, it would be nice if someone would enhance it to support localized calendars - wouldn't be too hard - just take month names, day names and date format from the current culture. Maybe I'll do it one day...

The bug is in Calendar.htc, a typo in the function InitializeLeapYear:


if (leapYear == true) {
c_arrMonthDays[1] = 29;
}
else {
c_arrMonthDays[2] = 28; // **** should be Feb (c_arrMonthDays[1])
}


As you can see it initialises the number of days in March to be 28 for any year that isn't a leap year.
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Developing Microsoft ASP.NET Server Controls and Components Authors: Nikhil Kothari, Vandana Datye, Pages: 689, Published: 2002
Introducing Microsoft Office InfoPath 2003 Authors: Roger Jennings, Acey Bunch, Pages: 544, Published: 2004
Microsoft Office System Step by Step: Step by Step Authors: Curtis Frye, Online Training Solutions (Firm), Pages: 908, Published: 2003
Developing Solutions with Microsoft InfoPath Authors: Patrick Halstead, Matthew Blain, Vani Mandava Teredesai, Pages: 416, Published: 2004
Microsoft Access Version 2002 Inside Out Authors: Helen Feddema, Pages: 1105, Published: 2002
Programming Microsoft Visual Basic 6.0: [master Object-oriented Programming Techniques for Rapid 32-bit Development] Authors: Francesco Balena, Pages: 1276, Published: 1999
Building Applications with Microsoft Outlook Version 2002 Authors: Randy Byrne, Microsoft Press, Pages: 882, Published: 2001
Microsoft Visual C# .Net Step by Step: step by step Authors: John Sharp, Jon Jagger, Pages: 621, Published: 2002
Programming Microsoft Windows CE.NET: Core Reference Authors: Douglas McConnaughey Boling, Douglas Boling, Pages: 1224, Published: 2003
Inside Server-based Applications Authors: Douglas J. Reilly, Pages: 614, Published: 1999

Web:
ASP.NET DatePicker - Steve Sharrock The MSPress Server Controls book has a very nice datepicker control. It uses client side script and no post back. You should check it out. ...
Sample Chapter from Microsoft® Visual Basic® .NET Step by Step by ... A new control named DateTimePicker helps you prompt the user for date and time information. The new LinkLabel control is designed to display and manage Web ...
Table of Contents from Developing ASP.NET Server Controls and ... 21 DHTML-Based Server Controls, 603. The DatePicker Control, 604. DatePicker Specification, 607. DatePicker and DatePickerDesigner Implementation, 608 ...
VB NET - Step by Step MS Press make datetimepicker control in vb.net independent of regional settings ? ...... 2 Click the link to open the Web site shown (www.microsoft.com/mspress/). ...
Sams Publishing - 0735619522 - Introducing Microsoft® Office ... Publisher: Microsoft Press. Pub Date: October 29, 2003 ... Binding the Date Picker Control · Using Drop-Down Lists and List Boxes ...
Accessing a Custom Control in EditItemTemplate Datalist ... I had to fully qualify the control name, ie Dim strTargetDT As String = CType(e. Item.FindControl("dpTarget"), MSPress.WebControls.DatePicker).SelectedDate ...
Microsoft Office (Word) 2003 XML support evaluation datatype is date, InfoPath suggests a date picker control. .... ISBN: 0-7356- 1951-4 Microsoft Press. "Introduce yourself to the next generation of the ...
Sample Content from Advanced Microsoft Office Documents 2007 ... http://www.microsoft.com/MSPress/books/9491.aspx. 9780735622852 .... Similar to a Combo Box control, a Date Picker enables you to add text to a control or ...
Microsoft.Press.Mcts.Self Paced.Training.Kit.Exam.70 526.Microsoft ... Microsoft Press books are available through booksellers and distributors worldwide. For further information about ..... 123 DateTimePicker Control . ...
Safari Books Online - 0735619050 - Microsoft Visual Basic .NET ... Using the DateTimePicker Control ... Use the LinkLabel control now to connect to the Microsoft Press home page on the Internet. ...




Search This Site:










asp.net(linkbutton)

add a row in the dataset getting error

how to use aspx return xml instead of html

how do the service control work?

web preformance suggestions. please help

tables in asp

need help in binding dreamweaver template to listview item template

imagebutton

reporting tool

using microsoft's "powered by asp.net 2.0 logo"

what is this "c"

menu

hyperlink from a label

updateing an assembly from 1.0 to 1.1

"delay" action

refresh a page

microsoft.web.ui.webcontrols

simple directory reading

css in aspx pages

a simple way to retrieve forgotten usernames and passwords.

pass more then one parameter

simple parameter passing

creating sql server tables and columns using xml file

url rewriter regular expressions

[what is] data binding

else nt?

binding to a field..simple issue i hope.

getting data from a detailsview to a textbox or label. (vb)

referencing the last control accessed

transferring results to another page

  Privacy | Contact Us
All Times Are GMT