随笔分类 -  .NET

This is A PostXing Test
摘要:Test 一下下试看看~~~ A B C试一下代码... 1 public class PostApplicationExitActivationProcess 2 { 3 /// <summary> 4 /// The main entry point for the application. 5 /// </summary> 6 [STAT... 阅读全文
posted @ 2005-04-07 14:45 djshow 阅读(615) 评论(1) 推荐(0)
DataGrid 自定义分页
摘要:DataGrid默认的分页样式看上去不容易看清当前是第几页,可以使用下面的方法改进。 在DataGrid触发ItemCreated事件时执行以下代码: if(e.Item.ItemType == ListItemType.Pager) {   TableCell pager = (TableCell) e.Item.C... 阅读全文
posted @ 2005-01-26 15:31 djshow 阅读(1553) 评论(4) 推荐(0)