<!DOCTYPE html>
<html>
<body>

<form runat="server">

<asp:Bulletedlist id="lb2" runat="server"
DisplayMode="HyperLink" Target="_blank">
   <asp:ListItem Value="http://www.w3schools.com/" Text="W3Schools" />
</asp:Bulletedlist>

</form>

</body>
</html>