RadioButtonList.Selectedvalue 返回空字符串
我在 C# 代码中定义了数据源,并且有一个提交按钮,该按钮采用单选按钮列表的值,
asp:RadioButtonList ID="RadioPaidIdList" runat="server" DataValueField ="Label" DataTextField = "Label"
第一次单击“提交”时,它返回一个空值。下次我选择广播列表并单击提交时,它会返回正确的值。 诡异的 !!
I define the datasource in my c# code and I have a submit button which takes the value of the radiobuttonlist
asp:RadioButtonList ID="RadioPaidIdList" runat="server" DataValueField ="Label" DataTextField = "Label"
First time i click submit it returns an empty value. And next time i select a radiolist and click submit it returns a proper value.
Weird !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保您在表单中选择了默认单选按钮。 WPF和winforms中的代码被check="true"。
Make sure you have a default radio button selected in your form. The code in WPF and winforms is checked="true".
应用两种中的任何一种......
我希望它能帮助你......
apply any one of tow......
i hope it help you........