Posted by mraj146 1 year 41 weeks ago
I have a mobile text box (asp.net) which needs to have only numeric digits as its input.
When a user needs to enter '2' in the text box it will first give a,b,c and then gives 2
similarly for 3 - d,e,f will come first and then '3'.
I need in such a way that the format of enterting the data should be numeric if it is a numeric text box....
hope any one understood my issue.....




Posted by mattan 1 year ago
In this thread there are a few different approaches to try out: http://tech.groups.yahoo.com/group/wmlprogramming/message/32675
Posted by mraj146 1 year ago
hey...thanks a ton mattan.... i will follow it and will let know the result.........