摘要:
Modifying web.config The MagicAjaxModule should be registered in the system.web section of the web.config file of your application, like this: MagicAjax will work with the default configuration opt... 阅读全文
摘要:
Easy integration Just a few lines in web.config are enough to have MagicAjax working with default configuration options Only one easy to use control (AjaxPanel) is required to be included in ... 阅读全文
摘要:
一、 只复制一个表结构,不复制数据 select top 0 * into [t1] from [t2] 二、 获取数据库中某个对象的创建脚本 1、 先用下面的脚本创建一个函数 if exists(select 1 from sysobjects where id=object_id('fgetscript') and objectproperty(id,'IsInlineFunct... 阅读全文
摘要:
SQL1 = "select name as 姓名 ,age as 年龄 from users"; //---- datatable1SQL1 = "select name as 姓名 ,age as 年龄 from Employee";// ----datatable2 //将datatable2中的所有记录合到datatable1中 //使用DataTable.ImportRow 方法,将... 阅读全文