MagicAjax亂碼問題解決(網上總結)
摘要:第一:"Loading ..."换成"数据加载中 ..." 修改MagicAjaxModule.cs文件 protected void Application_BeginRequest(object sender, EventArgs e) { HttpContext context = ((HttpApplication)sender).C...
阅读全文
posted @
2007-11-13 11:49
ipusr
阅读(449)
推荐(0)
MagicAjax.NET 0.3.0
摘要:MagicAjax.NET is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls an...
阅读全文
posted @
2007-11-09 16:57
ipusr
阅读(378)
推荐(0)
http://hi.baidu.com/grayworm/blog/item/c76c4046307d380a6a63e56a.html
摘要:http://hi.baidu.com/grayworm/blog/item/c76c4046307d380a6a63e56a.html
阅读全文
posted @
2007-11-08 17:35
ipusr
阅读(426)
推荐(0)
Slider进程条
摘要:Slider Demonstration Horizontal Slider ranging from -100 to +100 with 5 discrete values (5 steps), bound to ...
阅读全文
posted @
2007-11-08 17:34
ipusr
阅读(288)
推荐(0)
Slider进程条
摘要:Slider Demonstration Horizontal Slider ranging from -100 to +100 with 5 discrete values (5 steps), bound to ...
阅读全文
posted @
2007-11-08 16:18
ipusr
阅读(388)
推荐(0)
给SlideShowExtender增加链接
摘要:引用 : http://www.cnblogs.com/fhmsha/archive/2007/06/17/786049.html 写作目的:扩展ajaxtoolkit应用 ajaxtoolkit版本:Version 1.0.10606.0 ASP.NET AJAX 版本:version 1.0 测试环境:vista+vs2005sp1+IE7 适应人群:M$的asp.net发烧友 概述:...
阅读全文
posted @
2007-11-08 16:07
ipusr
阅读(747)
推荐(0)
SlideShow(扩展Image实现幻灯片)控件
摘要:SlideShow Demonstration
阅读全文
posted @
2007-11-08 16:06
ipusr
阅读(582)
推荐(0)
TabContainer实现服务器端回传
摘要:TabContainer要实现服务器端回传,出来在后台实现 OnActiveTabChanged 事件外, 还需要在前台实现 OnClientActiveTabChanged 事件,这是关键。 *** ...
阅读全文
posted @
2007-11-08 15:43
ipusr
阅读(1182)
推荐(0)
ValidatorCalloutExtender(验证提示)
摘要:ValidatorCallout Demonstration Name: Phone Number: ...
阅读全文
posted @
2007-11-08 15:19
ipusr
阅读(1315)
推荐(0)
TextBoxWatermarkExtender(文本框填加水印效果)
摘要:TargetControlID :目标ID WatermarkText :需要显示的内容 WatermarkCssClass:运用的样式 样式: /**//*Textbox Watermark*/ .unwatermarked {}{ height:18px; width:148px; } .watermarked {}{ height:2...
阅读全文
posted @
2007-11-08 15:10
ipusr
阅读(456)
推荐(0)
第三方控件集合
摘要:图表控件 DundasChart http://www.dundas.com/ 破解:http://blog.csdn.net/cloudy8/archive/2004/10/15/137696.aspx Infragistics公司开发的NetAdvantage http://www.infragistics.com/ ...
阅读全文
posted @
2007-10-16 17:19
ipusr
阅读(479)
推荐(0)
回发或回调参数无效
摘要:错误信息:回发或回调参数无效。在配置中使用 或在页面中使用 启用了事件验证。出于安全目的,此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的,则使用 ClientScriptManager.RegisterForEventValidation 方法来注册回发或回调数据以进行验证。 解决方法: EnableEventValidation="fa...
阅读全文
posted @
2007-03-05 15:20
ipusr
阅读(606)
推荐(0)
XmlHttp实现无刷新三联动下拉框
摘要:XmlHttp实现无刷新三联动下拉框 cs: using System;using System.Data;us...
阅读全文
posted @
2007-03-03 14:52
ipusr
阅读(351)
推荐(0)
Ajax实现无刷新树
摘要:1.建立一个aspx页面html代码 小山 ...
阅读全文
posted @
2007-03-03 00:31
ipusr
阅读(394)
推荐(0)
Ajax简单示例之改变下拉框动态生成表格
摘要:1.建立一个aspx页面,html代码 Untitled Page 2.cs代码 using System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostB...
阅读全文
posted @
2007-03-03 00:23
ipusr
阅读(470)
推荐(0)
Ajax实现在textbox中输入内容,动态从数据库中模糊查询显示到下拉框中
摘要:功能:在textbox中输入内容,动态从数据库模糊查询显示到下拉框中,以供选择1.建立一aspx页面,html代码 WebForm1 2.cs代码 using System;using System.Collections;us...
阅读全文
posted @
2007-03-03 00:17
ipusr
阅读(806)
推荐(0)
Ajax实现三级联动
摘要:1.html代码 Ajax实现无刷新三联动下拉框 省市 ...
阅读全文
posted @
2007-03-02 23:56
ipusr
阅读(681)
推荐(0)