摘要: 在表单中,有个按钮,是用来添加使用的,在该按钮的自身protected void add_button_Click(object sender, EventArgs e)里面实现将数据添加到数据库的,但是,同时,我希望点击该按钮,能对form进行js表单检验,不知道该怎么实现,我试过在page_load中为该按钮添加一个onclick时间,触发一个js脚本,但这样的话,点击按钮,就不能进行添加操... 阅读全文
posted @ 2007-06-05 23:54 世之云枭 阅读(867) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Web;using System.Web.UI;using System.Xml;using System.Drawing;using System.Configuration;using System.Web.U... 阅读全文
posted @ 2007-05-30 12:29 世之云枭 阅读(206) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Collections;using System.Collections.Generic; namespace SqlDataProvider{ #region SqlHelper简化版数据库操作... 阅读全文
posted @ 2007-05-30 12:29 世之云枭 阅读(322) 评论(0) 推荐(0) 编辑
摘要: #region ReadMenu(string FilePath)读取配置文档中的信息 /// /// 读取配置文档中的信息 /// /// 网站配置文件 /// 数组长度 /// 对象长度 /// private string ReadMenu(string FilePath) { if (!File.Exists... 阅读全文
posted @ 2007-05-28 17:04 世之云枭 阅读(179) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using InsApp.word;using InsApp.log4; namespace InsApp.Linkdata{ //... 阅读全文
posted @ 2007-05-28 15:41 世之云枭 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data; namespace InsApp.log4{ public class LogUtil { private static readonly log4net.ILog Log = log4net.LogMana... 阅读全文
posted @ 2007-05-28 15:28 世之云枭 阅读(243) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.IO;using System.Net;using System.Web;using InsApp.word; namespace InsApp.WebSearch{ public class ReadW... 阅读全文
posted @ 2007-05-28 15:27 世之云枭 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using InsApp.log4; namespace InsApp.word{ /// /// 对文件和文件夹的操作 /// public class FileClass : CreateCode {... 阅读全文
posted @ 2007-05-28 15:25 世之云枭 阅读(335) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text.RegularExpressions;using System.Text; namespace InsApp.word{ /// /// string CreateRandomCode(int codeCount) 根据长度生成随机的数字和字母 //... 阅读全文
posted @ 2007-05-28 15:23 世之云枭 阅读(382) 评论(0) 推荐(0) 编辑
摘要: public override string StyleSheetTheme { set { Theme = null; } }这样可以去掉系统自动带上的样式 阅读全文
posted @ 2007-05-24 11:20 世之云枭 阅读(311) 评论(0) 推荐(0) 编辑