Implementing SpinButton in ASP.NET Page using C#

Hello!
I would like to add SpinButton(Can be found in COM Componets) as part of my web form control. The problem is i don't know how to implement it. I am using c#

Thanks
Mpho

Comments

  • : Hello!
    : I would like to add SpinButton(Can be found in COM Componets) as part of my web form control. The problem is i don't know how to implement it. I am using c#
    :
    : Thanks
    : Mpho
    :

    Hi. I had the same problem before. I made spin button like 2 separate buttons located one below another(with attached to them two pictures - arrow up and arrow down). I put them into panel and so i made spin button, then linked it with textbox and with javascript code increment/decrement value in textbox when click on respective button.
    Hope it help. If you have any questions, write them to me.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion