华域联盟 .Net Asp.Net如何将多个RadioButton指定在一个组中

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

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

使用RadioButton的GroupName属性。

例如:

复制代码 代码如下:

<asp:RadioButton ID="radOne_Tmp" runat="server" Text='<%#Eval("Template_Name") %>' GroupName="radOne_Tmp" ToolTip='<%#Eval("ID") %>' />
您可能感兴趣的文章:

  • jquery获取ASP.NET服务器端控件dropdownlist和radiobuttonlist生成客户端HTML标签后的value和text值
  • ASP.NET jQuery 实例16 通过控件CustomValidator验证RadioButtonList
  • ASP.NET服务器端控件RadioButtonList,DropDownList,CheckBoxList的取值、赋值用法
  • asp.net使用jQuery获取RadioButtonList成员选中内容和值示例
  • ASP.NET单选按钮控件RadioButton常用属性和方法介绍
  • ASP.NET GridView中加入RadioButton不能单选的解决方案
  • ASP.NET中 RadioButtonList 单选按钮组控件的使用方法
  • ASP.NET中RadioButtonList绑定后台数据后触发点击事件
  • 在ASP.NET 2.0中操作数据之四十八:对SqlDataSource控件使用开放式并发
  • 在ASP.NET 2.0中操作数据之四十九:为GridView控件添加RadioButton

本文由 华域联盟 原创撰写:华域联盟 » Asp.Net如何将多个RadioButton指定在一个组中

转载请保留出处和原文链接:https://www.cnhackhy.com/52665.htm

本文来自网络,不代表华域联盟立场,转载请注明出处。

作者: sterben

发表回复

联系我们

联系我们

2551209778

在线咨询: QQ交谈

邮箱: [email protected]

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部