Asp.Net如何将多个RadioButton指定在一个组中
摘要:Asp.Net中将多个RadioButton指定在一个组中使用RadioButton的GroupName属性。例如:复制代码代码如下:
Asp.Net 中将多个RadioButton指定在一个组中
使用RadioButton的GroupName属性。
例如:
复制代码 代码如下:
<asp:RadioButton ID="radOne_Tmp" runat="server" Text='<%#Eval("Template_Name") %>' GroupName="radOne_Tmp" ToolTip='<%#Eval("ID") %>' />
【Asp.Net如何将多个RadioButton指定在一个组中】相关文章:
★ asp.net 中将表单提交到另一页 Code-Behind(代码和html在不同的页面)
★ asp.net操作javascript:confirm返回值的两种方式
★ asp.net使用jQuery Uploadify上传附件
上一篇:
浅析ASP.NET万能JSON解析器