04 2010 档案
C# 手动读写app config 的源码
摘要:public class ConfigOperator { public string strFileName; public string configName; public string configValue; public ConfigOperator() { // // TODO: 在此处添加构造函数逻辑 // } public string ReadConfig1(string ... 阅读全文
posted @ 2010-04-26 15:36 bestsaler 阅读(194) 评论(0) 推荐(0)
jquery load 页面加载 详解
摘要:function test1() { //$("#ajax").load("upload.aspx #testLoad", 此获取 upload.aspx的testLoad标签内的代码文件 $("#ajax").load( "upload.aspx",//请求的页面 {name:"sanmao",sex:"男"},//传递的数据 如 upload.aspx?name=sanmao&sex... 阅读全文
posted @ 2010-04-08 10:56 bestsaler 阅读(713) 评论(0) 推荐(0)
jquery ajax POST 例子详解
摘要:function test(){ $.ajax({ //提交数据的类型 POST GET type:"POST", //提交的网址 url:"testLogin.aspx", //提交的数据 data:{Name:"sanmao",Password:"sa... 阅读全文
posted @ 2010-04-08 10:28 bestsaler 阅读(154752) 评论(1) 推荐(4)
安装fck editor 的程序代码
摘要:CodeBehind="install.aspx.cs" Inherits="WebApplication1.fckeditor.install" 无标题页 上传文件夹路径: 阅读全文
posted @ 2010-04-08 09:45 bestsaler 阅读(218) 评论(0) 推荐(0)