RAP Series - Add Style to ASP.NET DropDownList Items

I was recently asked how to make some items in a drop down list bold. Not only is it possible to make items bold, but you can also add background images, change the color of the text and  change the background color.   Keep reading to find out how to add some style to your next DropDownList. Whether you are dynamically binding a list of items from a database to a DropDownList, or just adding a few distinct items by hand, you can manipulate any of the html style properties of each... [More]

Posted by: adamwright
Posted on: 8/8/2009 at 2:03 PM
Tags: ,
Categories: RAP | ASP.NET
Actions: Bookmark and Share
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

RAP Series - Highlighting a Row in an ASP.Net GridView

Introducing the RAP Series I frequently get asked questions about basic ASP.Net scenarios by rookie programmers,  so I am taking the opportunity to post the answers to their questions to help out other rookie programmers.  All of these posts will be in my RAP (Rookie ASP.NET Programmer) series. The most recent scenario I was asked about was  highlighting a row in a GridView based on a status of an object.  The solution is quite simple but not immediately obvious. ... [More]

Posted by: adamwright
Posted on: 8/4/2009 at 6:06 PM
Tags: , ,
Categories: RAP
Actions: Bookmark and Share
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed