手机
当前位置:查字典教程网 >编程开发 >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如何将后台c#数组传给前台js?

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

ASP.Net生成一个简单的图片

asp.net 参数不同共用一个页面的实现方法

Asp.Net数据输出到EXCEL表格中

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

将DataRow转成指定类型的类,并返回这个类的对象(带值)

用 Asp.Net 建立一个在线 RSS 新闻聚合器的方法

Asp.net 字符串操作基类(安全,替换,分解等)

Asp.net获取服务器指定文件夹目录文件并提供下载的方法

精品推荐
分类导航