Duration: 17 minutes
Summary: In this video, we will look at different ways of working with a BulletedList. We will create three different BulletedLists. The first one will have a data source (which is the top 20 cities from Person.Address). We will see how to set some of the list properties (DataTextField, DataValueField, BulletStyle…). In the second list we will change the display mode of the list and make it hyper links. We will make it a numbered list and when the user clicks on an item, he/she will be directed to the specific site. In the third and final list, we will change more properties and see how we can associate a bulleted list with an image using the BulletStyle and BulletImageUrl. In this case, we will also read the data from a data source (top 10 contacts from Person.Contact).
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: ASP.NET and Visual Studio 2010
Keyword: ASP.NET 4, Visual Studio 2010, BulletedList, DataSourceId, DataTextField, DataValueField, BorderStyle, BulletStyle, SqlDataSource, SelectCommand, BulletImageUrl, ConnectionString.