Wednesday, 12 March 2014

how to disable html5 validation control in asp.net

You may want to leave "type" undeclared in your code "front". You can set this in the code behind (maybe in the Page_Init or Page_Load):
this.Contract.Attributes.Add("type", "tel");

No comments:

Post a Comment