<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
.style {
border:1px solid red;
}
.style li
{
font-size:16px;
padding:5px;
border-bottom:2px dotted gray;
}
</style>
</head>
具体引用
<asp:BulletedList ID="BulletedList1" runat="server" cssclass="style" DataSourceID="SqlDataSource1" DataTextField="u_id" DataValueField="u_id" >
</asp:BulletedList>