Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can you provide an alternating color scheme in a Repeater control?
How can you provide an alternating color scheme in a Repeater control?
✍: Guest
AlternatingItemTemplate Like the ItemTemplate element, but rendered for every other row (alternating items) in the Repeater control. You can specify a different appearance for the AlternatingItemTemplate element by setting its style properties.
2014-01-29, 1748👍, 0💬
Popular Posts:
How To Increment Dates by 1? - Oracle DBA FAQ - Understanding SQL Basics If you have a date, and you...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
What's wrong with this initialization? char *p = malloc(10); My compiler is complaining about an ``i...
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...