本文介绍了使用复选框验证转发器控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
中继器控制项目如下
复选框coursename Amt Coursedate
checkbox1 RPST 190 2014年4月29日
复选框2 RPSCRB 490 2014年4月30日
继续(按钮)
用户选择checkbox1和checkbox2。
i想要在转发器控件中验证如果RPST和RPSCRB Coursedate不相同意味着我想显示消息。
为什么asp.net中的ido如何使用c#。
Repeater control items as follows
checkbox coursename Amt Coursedate
checkbox1 RPST 190 29 Apr 2014
checkbox2 RPSCRB 490 30 Apr 2014
Proceed(Button)
user select the checkbox1 and checkbox2.
i want to validate in the repeater control if the RPST and RPSCRB Coursedate is not same means i want to show the message.
for that how can ido in asp.net using c#.
推荐答案
这篇关于使用复选框验证转发器控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!