c# - insert html tags into <li> programatically -


मुझे पता है कि soultion सरल होना चाहिए।

  string x = "xxxx 
और

मैं सूची वस्तु को प्रोग्राम के साथ जोड़ना चाहता हूँ

  •  Yyyy "BulletedList.items.add (x)  

    मुझे देखना है

    1. xxx
      yyy
    < P> और नहीं

    1. xxx & lt; Br /> yyy

    कृपया मदद

  • अधिक लचीलेपन के लिए प्रत्येक सूची तत्व पर प्रदान किए गए HTML पर, इसके बजाय एक repeater या ListView का उपयोग करने पर विचार करें। आपके & lt; ul & gt; और & lt; li & gt; टैग को सेट करने के लिए उन्हें थोड़ी अधिक HTML की आवश्यकता होती है, लेकिन आपको & lt की सामग्री पर मनमाने लचीलेपन की आवश्यकता होगी ; Li & gt;

      & lt; ul & gt; & Lt; asp: पुनरावर्तक आईडी = "पुनरावर्तक" runat = "server" & gt; & LT; ItemTemplate & gt; & Lt; li & gt; & Lt; div & gt; कोई भी HTML या डेटा बाध्यकारी है। & Lt; / div & gt; & Lt; / li & gt; & Lt; / ItemTemplate & gt; & Lt; / एएसपी: पुनरावर्तक & gt; & Lt; / ul & gt;  

    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -