摘要: AJax的简单分析,欢迎指正 阅读全文
posted @ 2006-10-24 17:28 永春 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 我自己写了一个web控件,在里面加入了ValidationProperty("Text")元数据,也可以使用RequiredFieldValidator等验证控件了 但是,验证时只能在服务器端验证,不能在客户端实现验证,请问怎么才能实现在客户端验证?? 谢谢! 阅读全文
posted @ 2006-10-24 10:15 永春 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 1、常用使用方法: public class JmcDateTimePicker : WebControl, INamingContainer, IPostBackDataHandler 最主要是重载protected override void RenderContents(HtmlTextWriter writer) 这个方法,用 writer.WriteLine... 阅读全文
posted @ 2006-10-24 09:26 永春 阅读(667) 评论(1) 推荐(0) 编辑