Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
  |   Font Size...      

bulletedlist1_vb.aspx

<html>
<head>

</head>
<body>

    <h3><font face="Verdana">Bulleted List</font></h3>

    <form runat=server>

        <asp:BulletedList ID=BulletedList1 BulletStyle="Circle" runat=server>
         <asp:ListItem>Item #1</asp:ListItem>
         <asp:ListItem>Item #2</asp:ListItem>
         <asp:ListItem>Item #3</asp:ListItem>
         <asp:ListItem>Item #4</asp:ListItem>
        </asp:BulletedList>

    </form>

</body>
</html>