06 2011 档案

摘要:for design pattern , i always has an impression that we would not find the advantages and disadvantages if we don't use them in our projects. i don't ... 阅读全文
posted @ 2011-06-14 17:41 growing pain 阅读(207) 评论(0) 推荐(0)
摘要:the events of life circle in a datagrid first, there is a important object in datagrid : datagriditem, we can get them use datagrid.items which is inh... 阅读全文
posted @ 2011-06-10 15:09 growing pain 阅读(284) 评论(0) 推荐(0)
摘要:ASP.NET打开新窗口方法一:Response.Write("");这种方式代码每次是生成在页面最顶端ASP.NET打开新窗口方法二:stringstrScript="";strScript+="";boolb=((Page)System.Web.HttpContext.Current.Handl... 阅读全文
posted @ 2011-06-07 16:47 growing pain 阅读(2069) 评论(1) 推荐(0)