易截截图软件、单文件、免安装、纯绿色、仅160KB

使用了Ajax,为什么页面还会被全部刷新

主页面Default设计代码如下:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    Namespace="System.Web.UI" TagPrefix="asp" %>

<!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">
    <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>
    <asp:Label ID="timeLabel" runat="server" Text="Label"> </asp:Label> <br />
        <br />
        <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
            <ContentTemplate>
                &


相关问答:

ASP.NET里的一个AJAX的错误


我的页面里用的AJAX控件 但页面静止一段时间就会出现上面的一个错误是怎么会事呀 怎么解决啊
高手帮帮忙啊

将项目上级目录中的中文名称全部改成英文

楼上说的很清楚了。帮顶一下吧

这个问题不是很常 ......

这个AJAX哪里错了呢

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"&g ......

会Ajax吗你?

闲来无事,测了下XMLHttpRequest对象,结果却不是所想的那样?????
JScript code:

var xhr=false;
if(window.XMLHttpRequest) {
xhr=new XMLHttpRequest();
alert("XMLH ......

ajax异步调用的回调函数怎么取鼠标坐标,

我是希望在回调函数中调用另一个function,来弹出一个panel显示刚才查到的东西,
希望弹出panel的坐标能和刚才鼠标划过的地方一致


在网页中鼠标坐标可以通过window.event拿到

但是回调函数中, ......

ajax在firefox中获取http状态码问题

JScript code:

<script language="javascript">
var target = null;
function createTarget(){
if(window.ActiveXObject){
target = new ActiveXObject(" ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号