日期:2014-05-17  浏览次数:20472 次

在 Page_Load里写Response.Write无反应?
文件下载地址:
http://pan.baidu.com/share/link?shareid=370943&uk=3875828213

其实这是个NeatUpload控件实现上传文件功能的demo页面,功能实现没有任何问题
但奇怪的是,明明在WebForm1.aspx.cs页面加上了 Response.Write("111111111111abc");语句。运行的时候却没有输出"111111111111abc"这句话,这是为何呢?

------解决方案--------------------
大哥你玩我们啊
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>

改成CodeFile
CodeFile="WebForm1.aspx.cs"