Showing related tags and posts accross the entire site.
All Tags »
ASP.NET »
css »
.NET (RSS)
-
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. ...
-
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...
-
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><...
Page 1 of 1 (3 items)