IT Community - Software Programming, Web Development and Technical Support

How to change the row color of the Repeater based on some condition?

This is a discussion on How to change the row color of the Repeater based on some condition? within the ASP and ASP.NET Programming forums, part of the Web Development category; How to change the row color of the Repeater based on some condition?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-23-2007, 11:58 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Question How to change the row color of the Repeater based on some condition?

How to change the row color of the Repeater based on some condition?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-24-2007, 12:01 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: How to change the row color of the Repeater based on some condition?

<asp:Repeater ID="Repeater1" Runat="server" EnableViewState="False">

<HeaderTemplate>

<table>

</HeaderTemplate>

<ItemTemplate>

<tr <%# FormatColorRow(DataBinder.Eval(Container.DataItem, "UnitPrice").ToString()) %> >

<td >

<%# DataBinder.Eval(Container.DataItem,"UnitPrice").To String() %>

</td>

</ItemTemplate>

<FooterTemplate>

</table>

</FooterTemplate>

</asp:Repeater>
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
To change the BackGround Color of Submenus without using CSS kingmaker HTML, CSS and Javascript Coding Techniques 1 01-20-2008 09:20 PM
Change color video to Black and white arunsamini Flash Actionscript Programming 3 10-31-2007 07:14 AM
How to change the checkBox properties, which is inside nested Repeater/Grid kingmaker C# Programming 2 08-10-2007 12:28 AM
How to change the row color of the Repeater based on some condition? kingmaker ASP and ASP.NET Programming 1 07-26-2007 01:03 AM
How to change the scrollbar color and folder icon in Tree component in Flash Balasubramanian.S Flash Actionscript Programming 2 03-27-2007 11:29 PM


All times are GMT -7. The time now is 07:56 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0