DevPinoy.org
A Filipino Developers Community
All Tags » ASP.NET » css (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Alternating colors on DropDownList, ListBox and other ListControl.

    My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style” attributes. Here is the code. ...
    Posted to n@rds (Weblog) by n.ocampo on 06-17-2008
  • css with datagrid

    i was having some problem yesterday on setting the border color of the datagrid. setting the BorderColor property of the datagrid will set the outer box border of the html table together with the borders of the table cells. since i will be using the same styles for most of the datagrids used in my web...
    Posted to jokiz (Weblog) by jokiz on 06-20-2006
  • table format using repeater

    i wanted to enclose my displayed data in an html table using a repeater control so i immediately followed the articles that i've read about repeater controls. i declare a table tag in the headertemplate and a table end tag in the footertemplate. <asp:repeater id="repeater1" runat=server> <headertemplate><table><...
    Posted to jokiz (Weblog) by jokiz on 05-03-2006
Page 1 of 1 (3 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems