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

前端技术 2023/09/07 .NET
Asp.Net 中将多个RadioButton指定在一个组中

使用RadioButton的GroupName属性。

例如:
复制代码 代码如下:

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

本文地址:https://www.stayed.cn/item/19796

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。