开发者

JavaScript in ASP.NET validation controls

开发者 https://www.devze.com 2023-02-01 05:16 出处:网络
Can I use JavaScript like \"alter\" in v开发者_开发问答alidation controls in ASP.net?If you meant \"alert\" then yes you can use ValidationSummary control to show error messages in a popup. Check the

Can I use JavaScript like "alter" in v开发者_开发问答alidation controls in ASP.net?


If you meant "alert" then yes you can use ValidationSummary control to show error messages in a popup. Check the links below:

MSDN

W3School

Example


you can use custome validator and write your js code

0

精彩评论

暂无评论...
验证码 换一张
取 消