.NET
文章平均质量分 61
萝卜
一个总是不得志的程序员
展开
-
How to implement linked controls in gridview
There is relationship between LCE Category and LCE Type. The items of LCE Type are gotten dynamically according to the selected item of LCE Category. When the certain item of LCE Category is原创 2009-09-18 11:02:00 · 608 阅读 · 0 评论 -
Set Visible attribute in the node of HTML for ASPX
There are two columns in this GridView. The second one shows the status as a flag. The type of value in the database is integer (or bit). The value of field IsConfigured set to 0 or 1For the yes原创 2009-09-23 18:39:00 · 505 阅读 · 0 评论 -
如何在ASP.NET中实现拖放Drag and drop
最近要在ASP.NET中实现拖放功能,一般来说,不少控件提供商都有类似的控件,如ComponentArt,Yahoo等等。我发现Microsoft其实一两年前就有类似的工具了。不过Microsoft的工具除了最基本的之外向来不好看,也不太好用。在网上读了读别人的例子,自己也试着编了一个。 这个功能要用Microsoft.Web.Preview.dll。可以从ASP.NET网上下载到说明原创 2009-10-06 10:28:00 · 1078 阅读 · 0 评论 -
TFS Project error in SQL Server 2005 after installing SQL Server 2008
The SQL server 2005 and 2008 are supported to work separately in one OS. If you don’t have any TFS Projects of SQL Server, it should be true. But if you want to open TFS Project in SQL Server 2005 e原创 2010-03-15 22:12:00 · 650 阅读 · 0 评论 -
How to get groups, users from Active Directory with C#
Samples: Get groups and user from Active Directory with C#原创 2011-04-01 20:10:00 · 1323 阅读 · 0 评论 -
How to set bmp for your UserControl in the toolbox
showing bmp for your UserControl in the toolbox of Visual Studio is a tricky issue.原创 2011-04-01 20:26:00 · 668 阅读 · 0 评论