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
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to show news on my page in between marquee using asp.net

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

Scheduled Pinned Locked Moved ASP.NET
csharpphpasp-netdatabasetutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    umeshdaiya
    wrote on last edited by
    #1

    hi i am a new user of asp.net in php i can show direct value but how i can do this with asp.net there is lot of news on my database i would like to show all news on my page between the marquee tag like most sites have.. how i will show will u provide code to show message.. thanks

    M 1 Reply Last reply
    0
    • U umeshdaiya

      hi i am a new user of asp.net in php i can show direct value but how i can do this with asp.net there is lot of news on my database i would like to show all news on my page between the marquee tag like most sites have.. how i will show will u provide code to show message.. thanks

      M Offline
      M Offline
      m dhu
      wrote on last edited by
      #2

      To Display data in marquee from database by using asp.net c#[^]

      S U 2 Replies Last reply
      0
      • M m dhu

        To Display data in marquee from database by using asp.net c#[^]

        S Offline
        S Offline
        subhash111
        wrote on last edited by
        #3

        <

        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

        >

        1 Reply Last reply
        0
        • M m dhu

          To Display data in marquee from database by using asp.net c#[^]

          U Offline
          U Offline
          umeshdaiya
          wrote on last edited by
          #4

          thanks for reply.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

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