凌晨两点,摘一朵带露的玫瑰,送给忧郁的情人!

life is uncertain,death is sure

  :: :: 新随笔 :: 联系 :: :: 管理 ::

文章分类 -  转载的文章

摘要:1.绑定时格式化日期方法: 2.数据控件如DataGrid/DataList等的件格式化日期方法: e.Item.Cell[0].Text = Convert.ToDateTime(e.Item.Cell[0].Text).ToShortDateString(); 3.用Stri... 阅读全文
posted @ 2006-02-14 10:36 我不是天使 阅读(1669) 评论(1) 推荐(0)

摘要:下面的代码是别人的例子.摘自.小雨第二学堂.看到申明事件的时候. 如果我们去掉了.event 哪么在使用的时候就不要求 + = 而是qinshihuang.EatEvent = new EatEventHandler(lishi.ArrangeFood); 同样是可以的. //引发事件 OnEatEvent(e); 这边也可以省略这... 阅读全文
posted @ 2005-06-10 16:53 我不是天使 阅读(307) 评论(0) 推荐(0)

摘要:http://tech.ccidnet.com/pub/article/c294_a47652_p1.html 阅读全文
posted @ 2005-06-07 00:32 我不是天使 阅读(249) 评论(0) 推荐(0)