回到学校

回校,回校,学 http://www.yeedao.net http://www.z5wang.com

导航

随笔分类 -  .NET Framework

从三种绑定方法看.net的控件观
摘要:1<headrunat="server">2<title><%=MetaTitle%></title>3<metarunat="server"id="descMeta"name="description"content='<%#MetaDescription%>'/>4<metaname="KEYWORDS"conten... 阅读全文

posted @ 2006-08-20 20:54 洪水的洪 阅读(282) 评论(0) 推荐(0)

How to save a list to Session!
摘要:1) Listsupports a method named Add .1Pricep=newPrice();2GetPricesFromSession().Add(p);2) the above line 2 ,we didn't new List<Price>, but use GetPriceFromSession direclty.3) Seesion is address r... 阅读全文

posted @ 2006-05-29 16:12 洪水的洪 阅读(248) 评论(1) 推荐(0)