將多個RadioButton指定在一個組中,實現其實很簡單,一句代碼即可,具體如下,希望對大家有所幫助
Asp.Net 中將多個RadioButton指定在一個組中 使用RadioButton的GroupName屬性。 例如: 代碼如下: <asp:RadioButton ID="radOne_Tmp" runat="server" Text='<%#Eval("Template_Name") %>' GroupName="radOne_Tmp" ToolTip='<%#Eval("ID") %>' />