Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 3.5 > ASP.NET 3.5 Professionals
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals 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 June 21st, 2010, 07:18 AM
Authorized User
 
Join Date: Mar 2009
Posts: 74
Thanks: 5
Thanked 0 Times in 0 Posts
Default I need some insight on this, thanks

Since I came across the jquery datepicker, I have been using it in my webforms
to obtain dates from user instead of the usual dropdownlist box method,because I think it is cool and easy to use.
However in most websites I see them still using the dropdownlist box to obtain dates.
Is there any technical reason why most use the dropdownlist box instead of the jqurey date picker?. Thank you.
 
Old June 21st, 2010, 05:41 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

I am sure thee are other reasons, but for me there are three main reasons: accessibility, easy of use and dependency on JavaScript. Normal drop down controls are easier to use with the keyboard which makes them more accessible. When selecting dates in the past (e.g. a date of birth), it's often easier to use a drop down with years rather than clicking "back" a lot of times (although the jQuery UI datepicker supports a year drop down).

Finally, not all sites want to, or can rely on JavaScript being enabled in the client's browser.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old June 22nd, 2010, 09:57 PM
Authorized User
 
Join Date: Mar 2009
Posts: 74
Thanks: 5
Thanked 0 Times in 0 Posts
Default Thanks

Thanks, gues ill now have to figure out where and when to use it, thanks...





Similar Threads
Thread Thread Starter Forum Replies Last Post
GDI+ Problem -- Any Insight? dparsons ASP.NET 1.0 and 1.1 Professional 5 July 23rd, 2007 07:24 AM
Need a little insight on this problem. Smythe Access VBA 3 June 21st, 2006 07:54 AM





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