Browse by Tags

All Tags » ASP.NET (RSS)

MyLittleAdmin: Could not load file or assembly 'mlt_ver' or one of its dependencies. An attempt was made to load a program with an incorrect format. by zc0000

When first running mylittleadmin web application I get exception as titled. It is because of the application is running on 64-bit asp.net process currently but is designed to work on top of 32-bit asp.net mechanism only. Based on different IIS suites...

Enhance BulletedList : make the DisplayMode.HyperLink practicable in the case of data-binding by zc0000

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,...

Customize the sorting header with "up-down" arrow effect when sorting with ListView by zc0000

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...
More Posts