Asp.net ajax DatePicker - asp.net

Does somone knows where can I find an ajax DatePicker to use in Asp.net 2010?
I want it to work like the one in winforms.
TY

ajaxToolkit:CalendarExtender ?
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx

The Ajax Control Toolkit has the CalendarExtender and also jQuery date picker plugins.
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx
http://marcgrabanski.com/pages/code/jquery-ui-datepicker

Related

Calender control in ASP.Net with textbox

I wanted to use the calender contro with textbox. But when I tried using it with the help of ajax toolkit, I came to know that the respective libraries are not installed. Any solution to the problem...? I meant what can substitute the this?
Try jQueryui UI datepicker. it's client side if that works for you. here is a link
http://jqueryui.com/datepicker/

Where can I find MessageBox Control for ASP.net?

Where can I find a MessageBox Control for my ASP.net web application? It has to be free and simple.
If you use the ASP.NET AJAX Control Toolkit, you can use its ModalPopup extender. Alternatively, jQuery has a plugin you could use.
How's this for a poor man's solution? :)
click me
You could use the jQueryUI Message Box.

AJAX Cascading dropdown without updatepanel?

I want to make a cascading dropdown list without using an UpdatePanel. I need tips for starting out this task. Currently,
I am using asp.net 2.0
Will I be able to parse JSON in VSS 2005 if I use JQuery ?
What is the recommended alternate for UpdatePanel in Visual Studio 2005 ?
If you use web forms , an alternative way is to create PageMethods and call them from JavaScript and fill the select with jQuery.
I will recommend jquery.Create a webservice in your project and call the webservice from jquery and parse the json result on UI.
Check out this link.
If you have any doubt let me know.

TabStrip control for ASP.NET

Is this still available? I am unable to find it when I try to add it to my Toolbox.
It is not a default asp.net Control as far as I know, maybe the control you're looking for is a third party control?
The Asp.net Ajax Control Toolkit has Tabs, that might do what you want.

using AsyncFileUpload in ASP.NET MVC 2

Is there a way to use AsyncFileUpload in ASP.NET MVC 2. Or maybe there is an equivalent (that uses no browser plugins)?
jquery form is such a plugin.
Try these:
http://haacked.com/archive/2010/07/16/uploading-files-with-aspnetmvc.aspx
http://blog.stevensanderson.com/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/
http://www.uploadify.com/
http://weblogs.asp.net/imranbaloch/archive/2010/04/03/image-preview-in-asp-net-mvc.aspx

Resources