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. Problem in Combo Box?

Problem in Combo Box?

Scheduled Pinned Locked Moved ASP.NET
htmlhelptutorialquestion
7 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.
  • K Offline
    K Offline
    Kasi Viswanathan
    wrote on last edited by
    #1

    I want to bind meter cube per hour(m3/hr)in Combo Box....how to write as m power3 in html....Any idea will be helpful. Thanks in Advance...:rose:

    P 1 Reply Last reply
    0
    • K Kasi Viswanathan

      I want to bind meter cube per hour(m3/hr)in Combo Box....how to write as m power3 in html....Any idea will be helpful. Thanks in Advance...:rose:

      P Offline
      P Offline
      Phil Osborne
      wrote on last edited by
      #2

      Hi here is useful link for you. It lists how to show things like power of 3 (cubed) or power of 2 (squared) etc. http://platon.sk/article.php?23 HTML for m to power of three would be: m³

      Hydraman says "Make mine a water"

      K P 2 Replies Last reply
      0
      • P Phil Osborne

        Hi here is useful link for you. It lists how to show things like power of 3 (cubed) or power of 2 (squared) etc. http://platon.sk/article.php?23 HTML for m to power of three would be: m³

        Hydraman says "Make mine a water"

        K Offline
        K Offline
        Kasi Viswanathan
        wrote on last edited by
        #3

        Phil Osborne wrote:

        m³

        It's not working inside the combo box...Any idea... Thanks in Advance...:rose:

        1 Reply Last reply
        0
        • P Phil Osborne

          Hi here is useful link for you. It lists how to show things like power of 3 (cubed) or power of 2 (squared) etc. http://platon.sk/article.php?23 HTML for m to power of three would be: m³

          Hydraman says "Make mine a water"

          P Offline
          P Offline
          Phil Osborne
          wrote on last edited by
          #4

          Hi You could to go to the aspx file and add a ListItem as below or add it as code in the .cs or.vb files : <asp:DropDownList ID="DropDownList1" runat="server" Width="48px"> <asp:ListItem Value="cubed">m ³</asp:ListItem> </asp:DropDownList>

          Hydraman says "Make mine a water"

          K 1 Reply Last reply
          0
          • P Phil Osborne

            Hi You could to go to the aspx file and add a ListItem as below or add it as code in the .cs or.vb files : <asp:DropDownList ID="DropDownList1" runat="server" Width="48px"> <asp:ListItem Value="cubed">m ³</asp:ListItem> </asp:DropDownList>

            Hydraman says "Make mine a water"

            K Offline
            K Offline
            Kasi Viswanathan
            wrote on last edited by
            #5

            Tanx for ur reply...I tried it already but when i give AutoPostBack="True" it's not working....Actually i want to put meter cube per hour(m ³/hr) in session...Any Suggestions will be helpful... Thanks in Advance...:rose:

            P 1 Reply Last reply
            0
            • K Kasi Viswanathan

              Tanx for ur reply...I tried it already but when i give AutoPostBack="True" it's not working....Actually i want to put meter cube per hour(m ³/hr) in session...Any Suggestions will be helpful... Thanks in Advance...:rose:

              P Offline
              P Offline
              Phil Osborne
              wrote on last edited by
              #6

              Sorry Kasi I have given as much information as I can on this one. It does work on a postback for me and my colleagues so I am at a loss as to what else is happening with your code. I can only suggest you try Debugging and Trace to see the errors.

              Hydraman says "Make mine a water"

              P 1 Reply Last reply
              0
              • P Phil Osborne

                Sorry Kasi I have given as much information as I can on this one. It does work on a postback for me and my colleagues so I am at a loss as to what else is happening with your code. I can only suggest you try Debugging and Trace to see the errors.

                Hydraman says "Make mine a water"

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #7

                Hose him down Hydraman.:cool:

                Deja View - the feeling that you've seen this post before.

                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