ASP.NET C# and SQL 2008: Problems & Solutions
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment