一个很简单的AJAX互动,为什么页面还是会刷新??
前台代码:
C# code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tttt.aspx.cs" Inherits="tttt" %>
<%@ 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">
<div><div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
</div>
<asp:UpdatePanel id="UpdatePanel1" runat="server"><contenttemplate>
<asp:RadioButtonList id="RBL_content" runat="server" BorderStyle="Dashed" BorderColor="#004040" BorderWidth="1px" RepeatColumns="8">
<asp:ListItem>test</asp:ListItem>
</asp:RadioButtonList>
<
相关问答:
第14章 的树型菜单的例子不能在IE中正常显示(树的结构可以展开,但展开后再点击就不能收缩了),但能在谷歌浏览器中使用,有看此书的朋友能指点下吗?
好贴 呵
dfgfgfgffffff
谢谢。
......
为什么我的网站发布到服务器上后,凡是用到ajax.net技术(如:scriptmanager)都失效了,其它非这个的脚本都好的,我第一次发布的时候是好的,但后来被一些人动过服务器(动过什么不知道,大概是装些java的东西)之后 ......