CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

GetRowClass

203 Views
Copy Code Show/Hide Line Numbers
public static string GetRowClass(this HtmlHelper helper, AtwoodPost.Models.Page page)
        {
            return page.IsActive ? GetRowClass(helper, page.ListIndex) : "inactive-row";
        }
by Rob Conery
  August 31, 2009 @ 11:38pm
Tags:
Description:
This is for Rick :)

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate