Reload

Remember

导航

随笔分类 -  .Net相关

纪录.Net相关的一些资料。
摘要:本文介绍了一种利用Repeater控件显示主-从关系数据表的方法。 原文参见:http://support.microsoft.com/default.aspx?scid=kb;en-us;306154NestedRepeater.aspx<%@ImportNamespace="System.Data"%><%@Pagelanguage="c#"Codebehind="Neste... 阅读全文

posted @ 2004-07-20 08:25 Handi.Z 阅读(827) 评论(0) 推荐(0)

摘要:模仿MS PetShop重写了Repeater控件,使其具有分页功能。.csusingSystem;usingSystem.Data;usingSystem.Collections;usingSystem.Text.RegularExpressions;usingSystem.Web.UI.WebControls;namespaceCommon.WebControls{publicclassMyR... 阅读全文

posted @ 2004-07-19 09:16 Handi.Z 阅读(2564) 评论(15) 推荐(0)