摘要:
MagicAjax.dll在ASP.NET的项目中时常使用,理论上的东西就不多说了,下面演示一个比较简单的实例,来看看效果下面给出详细的代码,有兴趣的朋友可以试试看1.在项目中添加MagicAjax.dll的相关引用2.Web.Config文件配置<configuration> <!-- 使用MagicAjax.dll配置1 --> <configSections> <section name="magicAjax" type="MagicAjax.Configuration.MagicAjaxSectionHandler 阅读全文
posted @ 2011-08-21 00:59
DannyLi
阅读(616)
评论(0)
推荐(1)
摘要:
首先来看看效果1.项目中添加AjaxTextBox.dll的相关引用2.Web.Config配置文件<?xml version="1.0"?><!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list o 阅读全文
posted @ 2011-08-21 00:42
DannyLi
阅读(355)
评论(0)
推荐(0)
摘要:
AjaxPro.dll(Ajax.NET Professional)是一套应用Ajax技术的组件或者说框架。在ASP.NET的项目中常会用到这个组件。但是,一系列的JQuery等JS框架风靡以后,这一组件很少有人使用,在此仅供参考。以下是一个简单应用的实例1.在项目中添加AjaxPro.dll的引用2.在Web.config文件中配置<configuration> <appSettings/> <connectionStrings/> <system.web> <httpHandlers> <add verb="POS 阅读全文
posted @ 2011-08-21 00:16
DannyLi
阅读(377)
评论(3)
推荐(1)