How to use Ajax Calender Extender Control?
Hi i want to generate date for two textboxes...can u just give me introduction to ajax calender extender..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 5, 2013, 4:18 AM
Which version of visual studio you are using.
Iftikar HussainPosted Jul 5, 2013, 3:49 AM
http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/
Regards,
Iftikar
selva kumarPosted Jul 5, 2013, 3:46 AM
Iftikar HussainPosted Jul 5, 2013, 3:38 AM
Regards,
Iftikar
selva kumarPosted Jul 5, 2013, 3:33 AM
Sanjeeb LenkaPosted Jul 5, 2013, 2:44 AM
Iftikar HussainPosted Jul 5, 2013, 2:37 AM
Regards,
Iftikar
selva kumarPosted Jul 5, 2013, 2:25 AM
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>
This is my source Page..but when i clicking text box the calender extender does't displayed....
Can u help me out...
Iftikar HussainPosted Jul 5, 2013, 2:19 AM
Here it is. Before using this code make sure you have downloaded the AjaxControlToolKit dll and you can have one calendar image. I have attached it.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm6.aspx.cs" Inherits="QuestionWebApplication.WebForm6" %>
<%@ Register TagPrefix="ajaxToolkit" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit, Version=4.1.60501.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" %>
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>title>
head>
<body>
<form id="form1" runat="server">
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager" runat="server" AsyncPostBackTimeout="3600">
ajaxToolkit:ToolkitScriptManager>
<div>
<table>
<tr>
<td>
From Date
td>
<td>
<asp:TextBox ID="TxtBxFromDate" Width="70px" runat="server">asp:TextBox>
<asp:Image ID="ImgFromDate" ImageUrl="Image/calendar.png" runat="server" />
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" TargetControlID="TxtBxFromDate"
PopupButtonID="ImgFromDate" Format="MM/dd/yyyy" runat="server" />
td>
tr>
table>
div>
form>
body>
html>
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 5, 2013, 2:14 AM
it describe all the step how to do that with code
http://www.aspdotnet-suresh.com/2012/06/ajax-calendar-extender-control-example.html