韩磊@当下

兵器谱之Application Block

其实有很多工具被我们忽略了。例如这个早已出现的Application Block,是微软出的一个.NET Helper工具包,包括一个数据库工具和一个异常处理工具。 数据库工具 :执行SQL命令、存储过程并返回DataReader或DataSet或不返回; #异常处理工具 :处理、跟踪、记录异常。 阅读全文 »

学术=不学无术?

今天参加了一个所谓的“学术研讨会”,结果搞得自己很郁闷。有些演讲人,连自己都没搞清楚的问题,怎么好意思拿到大庭广众之下现眼?! 难道真是学术就是不学无术?郁闷ing...> 阅读全文 »

About IBS Portal

IBS Portal真是经典的范例,实在值得好好研究。看看这两个Method: //********************************************************************* // // PortalSecurity.IsInRole() Method // // The IsInRole method enables developers to easily check the role // status of the curr... 阅读全文 »

Blog不是什么?

Blog不是方兴东认为的“反抗权威媒体”的媒体; Blog不是“上了一个好厕所,心情大靓”; Blog不是精英风云际会之地; Blog是什么?我目前认为是一种信息发布方式,但并无透彻、清晰的概念。管它是什么呢,反正,我,blogging。 阅读全文 »

如何在ASP.NET中获得JavaScript弹出窗口Yes/No值

The sample code?is on the most frequently asked query on "How to get the confirmation of Yes/No from a javascript pop up and display the value on the page using ASP.NET"? Create a webpage main.aspx Drag and drop a?hidden control and <asp:button> control on the web form. Step 1. ... 阅读全文 »