numeric-only textbox as a control in Visual Studio toolbox

前端 未结 4 1424
情深已故
情深已故 2020-12-06 03:43

I would like to make one numeric-only textbox. I\'d like to then add that same to the control toolbox within Visual Studio 2008

I\'ve already built the function to a

4条回答
  •  情歌与酒
    2020-12-06 04:15

    Don't reinvent the wheel. Download this:
    http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/NumericUpDown/NumericUpDown.aspx

    EDIT:

    Okay. I am getting downvoted for some three-year old advice. Currently, I would recommend looking into the contents of jQuery UI.

提交回复
热议问题