Hi all,
Calender extender extended with textbox control not popping up when i click on the textbox.. I want that the calender should pop up when a user clicks on the textbox... I have attached the code plzz let me know where is the mistake.. I am using VS 2005 with ajax..
Project Details | * Fields are mandatory | Project Name: ErrorMessage="*" ControlToValidate="txtprojname"> | | Description: ErrorMessage="*" ControlToValidate="txtprojdescription"> | | Start Date: ErrorMessage="*" ControlToValidate="txtstartdate"> | | Team Size: ErrorMessage="*" ControlToValidate="drpteamsize"> | 1 2 3 4 5 6 7 8 9 10 | End Date: ErrorMessage="*" ControlToValidate="txtenddate"> | | Duration: ErrorMessage="*" ControlToValidate="txtduration"> | | |
|
|
BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="Times New Roman" Width="100%" OnSelectedIndexChanged="gvProjectDetails_SelectedIndexChanged"> Font-Size="0.85em" /> |
Savita JoshiPosted Jun 20, 2011, 8:05 AM
It does not pop up only..I tried out your options
Sandeep ShekhawatPosted Jun 20, 2011, 7:51 AM
Use this
or
try it on without master page
Savita JoshiPosted Jun 20, 2011, 7:40 AM
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
Sandeep ShekhawatPosted Jun 20, 2011, 7:13 AM
1.Proper Reference is add.
2.Use Script Manger
3.Page is registered with ajax control tool kit assembly on top.
4.Prefix tag is simmilar as above define