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. Bulleted list control

Bulleted list control

Scheduled Pinned Locked Moved ASP.NET
help
6 Posts 5 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.
  • J Offline
    J Offline
    janani13
    wrote on last edited by
    #1

    Hi all, Im using asp bulleted list control with ajax paging extender. I want to display the bullets flow in horizontal direction. can any one help me. it displays like .asaa .sadsa .asasa Please help me.

    N S A H 4 Replies Last reply
    0
    • J janani13

      Hi all, Im using asp bulleted list control with ajax paging extender. I want to display the bullets flow in horizontal direction. can any one help me. it displays like .asaa .sadsa .asasa Please help me.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      You can use CSS to control the elements on your page.


      only two letters away from being an asset

      1 Reply Last reply
      0
      • J janani13

        Hi all, Im using asp bulleted list control with ajax paging extender. I want to display the bullets flow in horizontal direction. can any one help me. it displays like .asaa .sadsa .asasa Please help me.

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

        anu_anu wrote:

        it displays like .asaa .sadsa .asasa

        Means U want To Display It .asaa .sadsa .asasa or the Format U asked I am Bit Confused:confused: http://www.asp.net/LEARN/ajax-videos/video-145.aspx[^] I think the above is Not Ur Answer Right..!

        If It Helps Click It as Answer

        1 Reply Last reply
        0
        • J janani13

          Hi all, Im using asp bulleted list control with ajax paging extender. I want to display the bullets flow in horizontal direction. can any one help me. it displays like .asaa .sadsa .asasa Please help me.

          A Offline
          A Offline
          Abhishek Sur
          wrote on last edited by
          #4

          You need to display horizontal.. use display:inline For Example :

          <style>
          .bulletstyle
          {
          padding-left:10px;
          }
          .bulletstyle li
          {
          display:inline; /* This will produce single line output*/
          }

          <style>

          <asp:BulletedList runat="server" ID="blt" CssClass="at-red">
          asp:ListItemItem1</asp:ListItem>
          asp:ListItemIten2</asp:ListItem>
          asp:ListItemItem3</asp:ListItem>
          </asp:BulletedList>

          The output will be Item1 Item2 Item3 :-D :-D

          Abhishek Sur


          My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

          **Don't forget to click "Good Answer" if you like to.

          N 1 Reply Last reply
          0
          • A Abhishek Sur

            You need to display horizontal.. use display:inline For Example :

            <style>
            .bulletstyle
            {
            padding-left:10px;
            }
            .bulletstyle li
            {
            display:inline; /* This will produce single line output*/
            }

            <style>

            <asp:BulletedList runat="server" ID="blt" CssClass="at-red">
            asp:ListItemItem1</asp:ListItem>
            asp:ListItemIten2</asp:ListItem>
            asp:ListItemItem3</asp:ListItem>
            </asp:BulletedList>

            The output will be Item1 Item2 Item3 :-D :-D

            Abhishek Sur


            My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

            **Don't forget to click "Good Answer" if you like to.

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            and 7 hours later...


            only two letters away from being an asset

            1 Reply Last reply
            0
            • J janani13

              Hi all, Im using asp bulleted list control with ajax paging extender. I want to display the bullets flow in horizontal direction. can any one help me. it displays like .asaa .sadsa .asasa Please help me.

              H Offline
              H Offline
              Himadri Sahoo
              wrote on last edited by
              #6

              Use css considering <UL> and <LI> elements because the bulletedlist is rendered using <UL> and <LI> elements.

              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