w3schools
  
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About

ASP.NET BulletStyle Property


BulletedList Control Reference Complete BulletedList Control Reference

Definition and Usage

The BulletStyle property is used to get or set the style of the bullet list marker.

Syntax

<asp:BulletedList BulletStyle="style" runat="server">
Some Content
</asp:BulletedList>

Attribute Description
style Specifies the style of the list item marker.

Possible values:

  • NotSet - Not set
  • Circle - Empty circle
  • Disc - Filled circle
  • Square - Filled square
  • Numbered - Number
  • LowerAlpha - Lowercase letter
  • UpperAlpha - Uppercase letter
  • LowerRoman - Lowercase Roman numeral
  • UpperRoman - Uppercase Roman numeral
  • CustomImage - Custom image (defined by the "BulletImageUrl" property)


Example

The following example sets the BulletStyle of a BulletedList control:

<form runat="server">
<asp:BulletedList id="bl1"
runat="server" BulletStyle="Numbered">

Some content

</asp:BulletedList>
</form>

Show example »

BulletedList Control Reference Complete BulletedList Control Reference

DreamTemplate

WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Top 10 Web Hosting
UK Reseller Hosting
Web Hosting
FREE Web Hosting
Top Web Hosting
Cheap UK Web Hosting
WEB BUILDING
XML Editor – Free Trial!
FREE Flash Website
FREE Web Templates
SEO Company
EDUCATION
US Web Design Schools
HTML Certification
JavaScript Certification
XML Certification
PHP Certification
ASP Certification
STATISTICS
Browser Statistics
Browser OS
Browser Display
FLIGHT TICKETS
Find the cheapest flight
to any destination now!
SHARE THIS PAGE