手机
当前位置:查字典教程网 >编程开发 >asp.net教程 >Asp.Net如何将多个RadioButton指定在一个组中
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 字符串操作基类(安全,替换,分解等)

asp.net下定制日期输出格式的代码

asp.net 中将表单提交到另一页 Code-Behind(代码和html在不同的页面)

给Asp.Net初学者的关于继承和多态性的例子

.Net 如何限制用户登录的方法

asp.net求3位不同数字的组合数

asp.net操作javascript:confirm返回值的两种方式

asp.net上传execl文件后,在页面上加载显示

asp.net使用jQuery Uploadify上传附件

Asp.net(C#)文件操作函数大全

精品推荐
分类导航