2007年5月28日

读写xml节点的数据总结

摘要: 读写xml节点的数据总结读: //打开某文件(假设web.config在根目录中)string filename=Server.MapPath("/") + @"WebApplication1web.config";XmlDocument xmldoc= new XmlDocument();xmldoc.Load(filename);//得到顶层节点列表XmlNodeList topM=xmldo... 阅读全文

posted @ 2007-05-28 15:02 书生 阅读(309) 评论(0) 推荐(0) 编辑

Asp.net(C#)实现验证码功能

摘要: ASP.net 验证码(C#) /**//* Copyright all(c) 2005 ZhongFeng, http://blog.csdn.net/SW515 */ public class ValidateCode : System.Web.UI.Page ...{ private void Page_Load(object sender, System.EventArgs e) .... 阅读全文

posted @ 2007-05-28 09:36 书生 阅读(326) 评论(0) 推荐(0) 编辑

导航