Click here to Skip to main content
15,920,602 members
Home / Discussions / C#
   

C#

 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 5:56
Ian Uy19-May-08 5:56 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Adeel Chaudhry19-May-08 8:18
Adeel Chaudhry19-May-08 8:18 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 8:20
Ian Uy19-May-08 8:20 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 20:34
Ian Uy19-May-08 20:34 
AnswerRe: File.WriteAllBytes and File.ReadAllBytes Pin
Guffa19-May-08 9:12
Guffa19-May-08 9:12 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 14:11
Ian Uy19-May-08 14:11 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Guffa19-May-08 19:49
Guffa19-May-08 19:49 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 20:31
Ian Uy19-May-08 20:31 
QuestionExcel GoalSeek Method in c# Pin
Suj_7819-May-08 3:27
Suj_7819-May-08 3:27 
AnswerRe: Excel GoalSeek Method in c# Pin
CPallini19-May-08 3:38
mveCPallini19-May-08 3:38 
QuestionSpontaneous application startup Pin
Bekjong19-May-08 3:16
Bekjong19-May-08 3:16 
AnswerRe: Spontaneous application startup Pin
leppie19-May-08 3:30
leppie19-May-08 3:30 
GeneralRe: Spontaneous application startup Pin
Bekjong19-May-08 3:39
Bekjong19-May-08 3:39 
GeneralRe: Spontaneous application startup Pin
leppie19-May-08 6:20
leppie19-May-08 6:20 
QuestionCan you "intercept" a PrintDocument Pin
armandsmit19-May-08 3:01
armandsmit19-May-08 3:01 
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 

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.