Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a web page and used AJAX calendarextender it's worked correctly until I insert crystalreportviewer in same page it dosn't work when I remove crystalreportviewer
it's worked again where is the problem.
C#
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="delete.aspx.cs" Inherits="delete" %>
<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
    Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="AjaxToolkit" %>

<!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">
    <div>
    <asp:TextBox ID="txtDate1" runat="server" />
    <AjaxToolkit:CalendarExtender ID="calExtender1"  runat="server" 
        CssClass="AjaxCalendar" Format="dd/MM/yyyy" 
        TargetControlID="txtDate1" />
        <br />
        <CR:CrystalReportViewer ID="CrystalReportViewer1"  runat="server" 
            AutoDataBind="true" />
    </div>

    <AjaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1"  runat="server">
    </AjaxToolkit:ToolkitScriptManager>
    </form>
</body>
</html>
Posted
Comments
sahabiswarup 20-Sep-12 3:25am    
does your server updated/ configured with crystal report extension?
matrix13 28-Sep-12 5:08am    
Thanks biswarup88.
my server is prepared for crystal and work good at another pages with only crystal report the problem as I said not in crystal it is when I used ajax with crystal it dosn't work I mean ajax not crystal.. for more ajax stop working wen insert crystal report viewer. thanks at all and please any one elp me 91 view without 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