如何使用C#在ASP.NET中的Ajax计时器控件上调用验证摘要 [英] How to call validation summary on ajax timer control in asp.net with c#

查看:122
本文介绍了如何使用C#在ASP.NET中的Ajax计时器控件上调用验证摘要的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,
我是asp.net的新手,我在该向导中使用向导控件,我有一些文本框和下拉列表,我验证了该文本框和下拉列表控件.我会在向导的下一个按钮单击时显示验证摘要,但是我想使用AJAX计时器控件在某个时间间隔内自动显示验证摘要.

请帮帮我...!

感谢进阶

Manoj Tambe

Hi Friend,
i am new in asp.net i am using wizard control in the that wizard i have some textbox and dropdownlist i validate that textbox and dropdownlist control. i show the validation summary on wizard next button click but i want show the validation summary on some time interval automatically.using AJAX Timer control.

Please help me...!

Thanks in Advanced

Manoj Tambe

推荐答案

当页面的IsValid属性为false时,将显示ValidationSummary控件.它轮询"页面上的每个验证控件,并汇总每个控件所显示的文本消息.

http://asp-net-example中可以找到很好的示例.blogspot.in/2008/10/validationsummary-example-how-to-use.html [
A ValidationSummary control is displayed when the IsValid property of the page is false. It "polls" each of the validation controls on the page and aggregates the text messages exposed by each.

Nice sample is available at http://asp-net-example.blogspot.in/2008/10/validationsummary-example-how-to-use.html[^]


这篇关于如何使用C#在ASP.NET中的Ajax计时器控件上调用验证摘要的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆