如果我有一個BulletedList Web控件集有一個displaymode =「超鏈接」,有沒有辦法編程訪問超鏈接服務器端?我能得到的最接近的是父母的li標籤,但那不是我所需要的。我需要在鏈接中應用css類,如果我在客戶端執行此操作,則會看到在應用類之前和應用之後發生微小閃爍。如何訪問asp.net中BulletedList的超鏈接?
想法?
更新:
<asp:BulletedList ID="List1" runat="server" DisplayMode="HyperLink">
<asp:ListItem Value="http://www.google.com">Go to Google</asp:ListItem>
</asp:BulletedList>
List1.Items[0].Attributes.Add("class", "some_basic_class"); //this applies to the <li> tag
請。帖子。的。標記。 – Oded 2012-02-02 19:51:53