Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
QuestionFocussing on classes Pin
Angelinna19-May-08 2:40
Angelinna19-May-08 2:40 
AnswerRe: Focussing on classes Pin
originSH19-May-08 2:54
originSH19-May-08 2:54 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 3:27
Angelinna19-May-08 3:27 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 4:14
Angelinna19-May-08 4:14 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 5:14
Angelinna19-May-08 5:14 
GeneralRe: Focussing on classes Pin
#realJSOP19-May-08 6:40
professional#realJSOP19-May-08 6:40 
Questionadd dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 2:33
Knowledgestudent19-May-08 2:33 
AnswerRe: add dynamic number of radio buttons to a panel in C# [modified] Pin
SomeGuyThatIsMe19-May-08 2:44
SomeGuyThatIsMe19-May-08 2:44 
You can use a RadioButtonList and add the items in the serverside code, you can also use its datasource property and dtabound method to bind the list from the database, or just use Items.Add if you want to hardcode the list.

<edit> sorry i assumed that you were using asp.net fogot i changed forums. there my be a similar control in winforms i cant remember, or you might be able to add them to the forms or panels control collection, but positioning them correctly would be difficult, it may be easier to have a fixed number and just show or hide them.

modified on Monday, May 19, 2008 8:56 AM

QuestionRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 3:20
Knowledgestudent19-May-08 3:20 
AnswerRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 3:26
SomeGuyThatIsMe19-May-08 3:26 
QuestionRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 4:13
Knowledgestudent19-May-08 4:13 
AnswerRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 4:22
SomeGuyThatIsMe19-May-08 4:22 
GeneralRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 6:59
Knowledgestudent19-May-08 6:59 
GeneralRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 7:02
SomeGuyThatIsMe19-May-08 7:02 
QuestionSend Parameters To Crystal Report... Pin
Harvey Saayman19-May-08 2:17
Harvey Saayman19-May-08 2:17 
AnswerRe: Send Parameters To Crystal Report... Pin
geekfromindia19-May-08 3:27
geekfromindia19-May-08 3:27 
QuestionDataset relations problem. Removing row exception! Pin
oscarderooij19-May-08 2:07
oscarderooij19-May-08 2:07 
QuestionAccurate UDP connection Pin
Berlus19-May-08 2:03
Berlus19-May-08 2:03 
AnswerRe: Accurate UDP connection Pin
Mike Dimmick19-May-08 2:23
Mike Dimmick19-May-08 2:23 
GeneralRe: Accurate UDP connection Pin
Berlus20-May-08 19:03
Berlus20-May-08 19:03 
QuestionDictionary Values copy Pin
George_George19-May-08 2:02
George_George19-May-08 2:02 
AnswerRe: Dictionary Values copy Pin
J4amieC19-May-08 2:07
J4amieC19-May-08 2:07 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 2:13
George_George19-May-08 2:13 
GeneralRe: Dictionary Values copy Pin
J4amieC19-May-08 2:18
J4amieC19-May-08 2:18 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 2:22
George_George19-May-08 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.