Problem in Combo Box?
-
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:
-
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:
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"
-
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"
Phil Osborne wrote:
m³
It's not working inside the combo box...Any idea... Thanks in Advance...:rose:
-
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"
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"
-
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"
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:
-
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:
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"
-
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"
Hose him down Hydraman.:cool:
Deja View - the feeling that you've seen this post before.