Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

subhash111

@subhash111
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to show news on my page in between marquee using asp.net
    S subhash111

    <

    div class="newsmatter">
    <marquee behavior="alternate" direction="up" height="200px">
    <asp:Repeater ID="Repeater1" runat="server">
    <HeaderTemplate>
    <table cellpadding="1" cellspacing="3" width="99%" style="text-align:justify" >
    </HeaderTemplate>
    <ItemTemplate>
    <tr>
    <td style="color:Black " >
    <%#DataBinder.Eval(Container.DataItem,"Newscontent")%>

                                                                        </tr>
                                                                        <tr style="height:10px;">
                                                                            <td >
                                                                            </td>
    
                                                                        </tr>
                                                                    </ItemTemplate>
                                                                    <FooterTemplate>
                                                                        </table></FooterTemplate>
                                                                </asp:Repeater>
    

    </marquee>
    </div

    >

    ASP.NET csharp php asp-net database tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups