C# : Tutorial of Asp.net with c# and example

Example and code about windows application, web application, SQL, C#, WPF etc which is helpful to developer and programer.

Search This Blog

ASP.Net: How to use ajax calender extender control with demo code in C#

♠ Posted by uvesh in
ASP.NET AJAX Calender Extender use for the get selected date in particular control like textbox,Image button or button. Step 1: First of all you need download ajax control toolkit from http://ajaxcontroltoolkit.codeplex.com/ and add in your project Bin Folder by right click on Bin  Folder And select add reference. then add following code in web.config file of asp.net project or website: <pages>       <controls>                 <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions,...