Click here to Skip to main content
15,906,341 members
Home / Discussions / C#
   

C#

 
Questioncombobox in c# Pin
Member 102635197-Nov-13 18:44
Member 102635197-Nov-13 18:44 
AnswerRe: combobox in c# Pin
CodeBlack7-Nov-13 19:58
professionalCodeBlack7-Nov-13 19:58 
Generalinserting radiobutton status dynamically in app.config Pin
Member 102635197-Nov-13 20:33
Member 102635197-Nov-13 20:33 
GeneralRe: combobox in c# Pin
CodeBlack7-Nov-13 21:13
professionalCodeBlack7-Nov-13 21:13 
GeneralRe: combobox in c# Pin
Member 102635197-Nov-13 22:03
Member 102635197-Nov-13 22:03 
GeneralRe: combobox in c# Pin
CodeBlack7-Nov-13 22:07
professionalCodeBlack7-Nov-13 22:07 
GeneralRe: combobox in c# Pin
Member 102635197-Nov-13 22:28
Member 102635197-Nov-13 22:28 
GeneralRe: combobox in c# Pin
CodeBlack7-Nov-13 21:38
professionalCodeBlack7-Nov-13 21:38 
Agreed on what Bernhard Hiller said. There are many options to achieve the same thing.

For example,
you can create a cookie and set value into cookie and define cookie expiration time Or
you can use the application data (AppData)folder. or
you can store it in database as well.

Store it in app.config only if there is no any other way.
Regards,
CodeBlack

AnswerRe: combobox in c# Pin
Bernhard Hiller7-Nov-13 21:16
Bernhard Hiller7-Nov-13 21:16 
QuestionCannot evaluate expression because a native frame is on top of the call stack Pin
josephdalebert7-Nov-13 3:17
josephdalebert7-Nov-13 3:17 
AnswerRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
Alan Balkany7-Nov-13 4:40
Alan Balkany7-Nov-13 4:40 
GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
josephdalebert7-Nov-13 5:22
josephdalebert7-Nov-13 5:22 
GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
Alan Balkany7-Nov-13 5:25
Alan Balkany7-Nov-13 5:25 
GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
josephdalebert7-Nov-13 5:41
josephdalebert7-Nov-13 5:41 
GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
Alan Balkany7-Nov-13 5:45
Alan Balkany7-Nov-13 5:45 
GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
josephdalebert7-Nov-13 6:05
josephdalebert7-Nov-13 6:05 
QuestionCustom configuration in app.config Pin
Member 102635196-Nov-13 23:29
Member 102635196-Nov-13 23:29 
AnswerRe: Custom configuration in app.config Pin
Abhinav S7-Nov-13 0:13
Abhinav S7-Nov-13 0:13 
GeneralRe: Custom configuration in app.config Pin
Member 102635197-Nov-13 0:48
Member 102635197-Nov-13 0:48 
AnswerRe: Custom configuration in app.config Pin
Abhinav S7-Nov-13 0:57
Abhinav S7-Nov-13 0:57 
GeneralRe: Custom configuration in app.config Pin
Member 102635197-Nov-13 1:19
Member 102635197-Nov-13 1:19 
GeneralRe: Custom configuration in app.config Pin
Dave Kreskowiak7-Nov-13 1:29
mveDave Kreskowiak7-Nov-13 1:29 
GeneralRe: Custom configuration in app.config Pin
Member 102635197-Nov-13 19:58
Member 102635197-Nov-13 19:58 
AnswerRe: Custom configuration in app.config Pin
Richard MacCutchan7-Nov-13 0:53
mveRichard MacCutchan7-Nov-13 0:53 
QuestionC# code to fetch all attributes of an element Pin
AshwiniSH6-Nov-13 23:09
professionalAshwiniSH6-Nov-13 23:09 

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.