摘要:
实现效果如下: 源码下载:TestControl.rar TestControl(v1.0.1).rar(解决了会被select遮挡的问题)Bug:控件放到frame 的页面里面使用得时候就会出错:“parent.event 为空或不是对象”将InputCalendar.cs中output.WriteLine("parent.event.cancelBubble=true;");一句去掉即可。 ... 阅读全文
posted @ 2006-08-09 16:57
石川
阅读(750)
评论(0)
推荐(0)
摘要:
读写web.config using System.Data;读web.config:string str_webconfig = Server.MapPath("Web.config");DataSet dsxml = new DataSet();dsxml.ReadXml(str_webconfig);newsname.Text = dsxml.Tables[1].Rows[0][1].T... 阅读全文
posted @ 2006-08-09 13:29
石川
阅读(208)
评论(0)
推荐(0)
浙公网安备 33010602011771号