Tags p,em,strong,ul,ol,p,...,???,... are ignored

  1. #1

    Tags p,em,strong,ul,ol,p,...,???,... are ignored

    Hello!

    Miracles have started on pages of site after adding ext:ScriptManager in MasterPage .
    Bold headers are not applying in asp:GridView, though HeaderStyle-Font-Bold = "true" has been set in Skin-file (asp-theme) and even on page.
    Tags <p><em><strong><ul><ol><p>...???... are not applying too.

    For example in GridView:

    <asp:TemplateField>
        <ItemTemplate>
            <div id='<%# Eval("Id") %>'>
                        
                                     
            <br />
                                            
                <asp:Label ID="LabelNewsBody" runat="server" Text='<%# Eval("Body") %>'></asp:Label>
            
    
            ...
    Where Text='<%# Eval("Body") %>':

    <p>xxx</p>
    <ol>
        <li><strong>xxx</strong> xxx</li>
        <li><strong>xxx</strong> xxx</li>    
    </ol>
    <ul>
        <li><strong>xxx</strong> xxx</li>
        <li><strong>xxx</strong> xxx</li>
    </ul>
    Result:

    xxx
    xxx xxx
    xxx xxx


  2. #2

    RE: Tags p,em,strong,ul,ol,p,...,???,... are ignored

    How I have understood, such behaviour is feature ExtJS?

  3. #3

    RE: Tags p,em,strong,ul,ol,p,...,???,... are ignored

    css class creation step-by-step repair situation. Hmmm, as a verse :)

Similar Threads

  1. Replies: 0
    Last Post: Jul 19, 2011, 3:15 PM
  2. Params with <% %> tags
    By norphos in forum 1.x Help
    Replies: 1
    Last Post: May 20, 2011, 3:53 AM
  3. Maximum Coolite Desktop Tags
    By jocker_wow in forum 1.x Help
    Replies: 8
    Last Post: Feb 24, 2011, 5:24 PM
  4. html tags in textfields
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Apr 16, 2009, 9:46 AM
  5. Strong naming
    By ivan.peter in forum Open Discussions
    Replies: 6
    Last Post: Mar 25, 2008, 4:21 AM

Posting Permissions