数据显示在本地计算机上,但在“服务器空白”页面上部署时,“代码”显示任何问题 [英] Data is displaying on the local machine but when deploy on Server Blank page is display any problem with the Code

查看:60
本文介绍了数据显示在本地计算机上,但在“服务器空白”页面上部署时,“代码”显示任何问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<%@ 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>

推荐答案

这篇关于数据显示在本地计算机上,但在“服务器空白”页面上部署时,“代码”显示任何问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆