首页 > 编程 > .NET > 正文

Asp.Net如何将多个RadioButton指定在一个组中

2024-07-10 13:14:57
字体:
来源:转载
供稿:网友
Asp.Net 中将多个RadioButton指定在一个组中

使用RadioButton的GroupName属性。

例如:

复制代码 代码如下:


<asp:RadioButton runat="server" Text='<%#Eval("Template_Name") %>' GroupName="radOne_Tmp" ToolTip='<%#Eval("ID") %>' />

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表