Bulletedlist control example

Bulletedlist control example

Previous Home Next

 

The BulletedList control is used to create a list of items formatted with bullets. To specify the individual list items that you want to show in a BulletedList control, place a ListItem object for each entry between the opening and closing tags of the BulletedList control. The control can display the list items with many different kinds of bullet styles. The control is also actively used to show a list of hyperlinks.

  
    

    

 .................Design code for bulletedlist control...............
....................................................................

            kamal
            Rohan
            Sohan
            Mohan
            Sanjay
            Hans
        
....................................................................
Previous Home Next