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

bulletedlist2_vb.aspx

<html>
<head>

</head>
<body>

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

    <form runat=server>

        <asp:BulletedList DisplayMode = HyperLink runat=server>
            <asp:ListItem Value="http://support.Microsoft.com">Support</asp:ListItem>
            <asp:ListItem Value="http://www.asp.net">ASP.NET</asp:ListItem>
            <asp:ListItem Value="http://msdn.microsoft.com">MSDN</asp:ListItem>
        </asp:BulletedList>

    </form>

</body>
</html>