Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeFile="BCallReportTest.aspx.cs" Inherits="Modules_TestPages_CallLetter_BCallLetterTest" %>

<%@ Register Assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
    Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>


<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Crystal Report Sample</title>
</head>
<body runat="server">
<form id="form1" runat="server">
    <div runat="server">
        <table cellpadding="0" cellspacing="0" runat="server" width="100%">
          <tr>
            <td><asp:Label ID="lblText" runat="server"></asp:Label></td>
         </tr>
         <tr>
            <td><asp:Label ID="lblpath" runat="server"></asp:Label></td>
         </tr>
           <tr>
            <td><asp:Label ID="lblMessage" runat="server"></asp:Label></td>
         </tr>
          <tr>
            <td><asp:Label ID="lblTestPath" runat="server"></asp:Label></td>
         </tr>
        </table>
    </div>
</form>
</body>
</html>
Posted
Updated 15-Jul-14 1:13am
v3
Comments
ZurdoDev 15-Jul-14 7:16am    
Make sure IIS is setup right. Check event viewer.
Prasad Avunoori 15-Jul-14 23:08pm    
Was the reference to AjaxControlToolkit added?
Was it connected to the same database as in local?
What is the version of IIS?

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