User-1179442337 posted
hya im new to ASP.NET and not tried any mobile applications yet in ASP.NET, but im not so new to WML/WAP.
have you tried using a regular WAP text input box in its place? like this->
<% Response.Write "<input type='text' name='text1' format='NNNN'>" %>
keep in mind, if you use that format, the "N" in the format part, you need to put in as many "N" as many as numbers there are. example: if you need 6 numbers input, then use 6 "N"`s -> format = "NNNNNN"
im not sure if you can code that way in the ASP.NET mobile part yet, or if that helps but let me know.