Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ASP.NET 3.5 with the correct version of ASP.NET AJAX. I followed the video for this calender extender to implement basic functionality.this control is not working. so give me a suggestion

OP psoted as a new question:

ya here is the source part of my application

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalenderExtender.aspx.cs" Inherits="CalenderExtender" %>
<!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">
    <asp:ScriptManager ID="ScriptManager1" runat="server"/>
   <div>
    <br />
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    <ajaxtoolkit:calendarextender ID="CalendarExtender1"  TargetControlID="TextBox1"
           runat="server">
    </ajaxtoolkit:calendarextender>
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    </div>
    </form>
</body>
</html>


[edit]Questions combined - OriginalGriff[/edit]
Posted
Updated 22-Jul-11 21:06pm
v2
Comments
mhamad zarif 23-Jul-11 2:21am    
Please show us your code to help you.
OriginalGriff 23-Jul-11 3:08am    
OP posted code fragment as a new question - moved.

i did n't get u what r u saying
 
Share this answer
 
some time problem ajax so you check :-
1. check your web.config file. because when you drag and drop ajax contorl then some time not update your web cofig. then you use ajax then give error.

2.now your page not register ajax control toolkit library in page so you use tag like:-

VB
<%@ Register //wirte your toolkit assembly version, name etc.
 
Share this answer
 

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



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