How can I use HTML5 email input type with server-side .NET

后端 未结 6 2139
囚心锁ツ
囚心锁ツ 2020-12-01 23:42

As I understand it, the element in HTML5 will render as a simple text field in browsers that do not support the tag. On other browsers

6条回答
  •  伪装坚强ぢ
    2020-12-02 00:11

    You need to create your own custom control and override the Render routines. Feel free to use either the source code or DLLs

提交回复
热议问题