954,176 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Date picker

hi! everyone.

please help i need to add a date picker to an asp page and i have been looking over the internet and i cant find anything to help me.it may be a drop down or may be like (check this page http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx ) .it would be real nice if you could provide me with the code.

please help...

than you.

PotaZinga
Newbie Poster
16 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 
hielo
Veteran Poster
1,124 posts since Dec 2007
Reputation Points: 116
Solved Threads: 243
 

To insert DatePicker in aspx page use following code.

<asp:ScriptManager></asp:ScriptManager>
<ajaxToolkit:Calendar runat="server"
    TargetControlID="Date1"
    CssClass="ClassName"
    Format="MMMM d, yyyy"
    PopupButtonID="Image1" />

Here TargetControlId is the textbox name where you would like to inset date.

localinternet
Newbie Poster
15 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You