Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
In my application start and end date properties not showing.....

here is the code
C#
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="sample._Default" %>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

<!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>Untitled Page</title>
</head>
<body>
    <form id="form1"  runat="server">
    <div>
    
        <asp:TextBox ID="TextBox1" runat="server">
        <asp:CalendarExtender ID="TextBox1_CalendarExtender" runat="server" 
            Enabled="True" EndDate="2013-11-28" StartDate="2010-10-10" 
            TargetControlID="TextBox1">
        
        <br />
        <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
        
    
    </div>
    </form>
</body>
</html>

Plz Help me......
Posted
Updated 28-Nov-13 1:22am
v2

1 solution

Have you checked on browser?
I copied whole of your code it is working in my case
difference is only i did it on VS2010.
If its not working on browser you can downlaod new ajaxtoolkit

Hope This Helps!!!
 
Share this answer
 
Comments
Anji Chelloju 29-Nov-13 1:31am    
Thanks for the reply ....

it is not working in visual studio 2008....I didn't know, what is the wrong in my code....Ajax controle Toolkit 3.5 also downloaded and added to toolkit
C For Code!!! 29-Nov-13 2:12am    
You can have try on VS2010 , there is no problem in markup.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900