TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jaime chacon
NA
1
3k
HELP MY!!! radioButton on GridView select only one C#
Jan 21 2014 8:43 AM
Hello friends, I need to add radiobutton in a gridview, but only need to select one, the rows are added from a webservice, not hard data, the language is C #, need help please. thanks
-----------------------------------------------------------------------
hola amigos, necesito agregar radiobutton en un gridview, pero solo se debe seleccionar uno, las filas se agregan desde un webservice, no son datos en duro, el lenguaje es en C#, porfavor necesito ayuda. gracias
<asp:GridView ID=
"gvPrecioNormal"
runat=
"server"
GridLines=">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:RadioButton ID=
"RadioButton1"
runat=
"server"
AutoPostBack=
"true"
GroupName=
"RadioGroup"
/>
</ItemTemplate>
<ItemStyle BorderWidth=
"1px"
Width=
"5%"
/>
</asp:TemplateField>
</Columns>
</asp:GridView>
( GroupName="RadioGroup" ) does not function whit gridview.
Reply
Answers (
1
)
Retrieve new identity value BEFORE inserting record into sql
C# datagridview backgroundworker update incomplete