Advertisement

07.17.2008 at 04:32PM PDT, ID: 23575293
[x]
Attachment Details

asp:Bound Column format question

Asked by NursingCorp in Active Server Pages (ASP), Programming for ASP.NET, Microsoft Visual Basic.Net

Tags: ,

How can I assign a CSS class to the last row of data in asp:BoundColumns? Please see the attached code snippet. I would like to have the last row of data to be bold.
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<Columns>
<asp:BoundColumn ItemStyle-Width="100" HeaderText="Date Worked" DataField="StartDate">
<HeaderStyle CssClass="InvoiceHead"></HeaderStyle>
<ItemStyle CssClass="InvoiceItems"></ItemStyle>
</asp:BoundColumn>
 
<asp:BoundColumn ItemStyle-Width="150" HeaderText="Employee Name" ReadOnly="true" DataField="EmpName">
<HeaderStyle CssClass="InvoiceHead"></HeaderStyle>
<ItemStyle CssClass="InvoiceItems"></ItemStyle>
</asp:BoundColumn>
[+][-]07.17.2008 at 06:12PM PDT, ID: 22031919

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 06:29PM PDT, ID: 22032084

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]07.17.2008 at 06:39PM PDT, ID: 22032180

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Active Server Pages (ASP), Programming for ASP.NET, Microsoft Visual Basic.Net
Tags: ASP.NET, IE7
Sign Up Now!
Solution Provided By: GreymanMSC
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628