Hi here's my problem.
I'm building a iPhone, iPad website I'd like to use the new HTML 5 input types: http://www.w3.org/TR/html-markup/input.number.html so a numeric keyboard will pop.
I'm using a ASP .NET TextBox :
<asp:T ...
Go to the complete details ...