Click here to Skip to main content
15,908,775 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to display a number picker box like calculator numbers on clicking on a textbox. This textbox is for entering phone numbers. My application is for touch screen computers. So the number picker is more suitable for this application. How can I set the number picker to the textbox? Is their any number picker controls in asp.net? Or any other method?

Thank you....
Posted
Comments
Sergey Alexandrovich Kryukov 30-Oct-12 2:08am    
Right, this would be an adequate control for the touch screens. I never saw such component, but it's not a problem to build your own. What do you miss? You can have any custom controls and you can handle mouse or keyboard events on them, so, what else would you need. Only try to do it in JavaScrip, as postbacks on each clicks would be too costly...
--SA
Sandeep Mewara 30-Oct-12 22:59pm    
What have you tried so far? Searched or tried to develop one for yourself? Where are you stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900