zc0000
-
关于远程连接SQL SERVER 2005 !!
-
正则表达式: 关于 <a></a> 的通用正则表达式
1. 普通的 <a> 元素;希望得到其中的 TEXT 以及 URL 信息;
-
Key points of intallment of DISCUZ.net forum in Windows Server 2008 ( En / 64bit )
-
File 'sysft_pk_dnt_posts1_msg' cannot be reused until after the next BACKUP LOG operation.
-
NotSupportedException : The mapping of interface member is not supported ....
-
Enhance BulletedList : make the DisplayMode.HyperLink practicable in the case of data-binding
BulletedList , like other peers such as "RadioButtonList" , "DropDownList" , "ListBox" , "CheckBoxList" , inherits ListControl due to their analogous displaying style. However , BulletedList has its unique definition and usage of ListItem collection, especially in the "Value" property , which makes it distinguished from other peers.
-
Customize the sorting header with "up-down" arrow effect when sorting with ListView
ListView is absolutely a great template-enabled DataBoundControl , for that it renders client side code entirely basing on user-defined layout template , where itemTemplate can also be freely designed in "unlimited" html manner than a drab "table cell". Although GridView may lessen you code in common "records displaying" cases , you may feel uncomfortably restricted by its rigid displaying style ( each record must be displayed in the manner of "a row of a table" ) when intending to control the html output codes thoroughlly. At least , as for me ------I hate the nonsense auto-produced code of GridView.