Click here to Skip to main content
15,881,089 members
Home / Discussions / C#
   

C#

 
AnswerRe: Recreate OracleDataReader? Pin
Ennis Ray Lynch, Jr.15-Jul-09 3:24
Ennis Ray Lynch, Jr.15-Jul-09 3:24 
QuestionEnum outlook folder Pin
john563215-Jul-09 2:59
john563215-Jul-09 2:59 
AnswerRe: Enum outlook folder Pin
benjymous15-Jul-09 3:22
benjymous15-Jul-09 3:22 
QuestionRe: Enum outlook folder Pin
john563215-Jul-09 21:29
john563215-Jul-09 21:29 
AnswerRe: Enum outlook folder Pin
benjymous15-Jul-09 22:25
benjymous15-Jul-09 22:25 
GeneralRe: Enum outlook folder Pin
john563215-Jul-09 22:40
john563215-Jul-09 22:40 
QuestionRe: Enum outlook folder Pin
john563215-Jul-09 23:05
john563215-Jul-09 23:05 
QuestionHow to : Get the variable name in runtime ? Pin
bonzaiholding15-Jul-09 2:21
bonzaiholding15-Jul-09 2:21 
Is there a way to get the variable name in runtime ?

for example:

int number1=1;
int number2=2;


System.Console.WriteLine( PrintNameOfVariable(number1)  );
System.Console.WriteLine( PrintNameOfVariable(number2)  );


will write :
<br />
number1<br />
number2<br />

AnswerRe: How to : Get the variable name in runtime ? Pin
musefan15-Jul-09 2:24
musefan15-Jul-09 2:24 
QuestionRe: How to : Get the variable name in runtime ? Pin
bonzaiholding15-Jul-09 2:29
bonzaiholding15-Jul-09 2:29 
AnswerRe: How to : Get the variable name in runtime ? Pin
musefan15-Jul-09 2:33
musefan15-Jul-09 2:33 
AnswerRe: How to : Get the variable name in runtime ? Pin
Eddy Vluggen15-Jul-09 2:46
professionalEddy Vluggen15-Jul-09 2:46 
GeneralRe: How to : Get the variable name in runtime ? Pin
Luc Pattyn15-Jul-09 2:50
sitebuilderLuc Pattyn15-Jul-09 2:50 
QuestionHow to Get AutoGenerate Code with Strings and Numbers in C# Pin
ChandrakanthGaddam15-Jul-09 2:12
ChandrakanthGaddam15-Jul-09 2:12 
AnswerRe: How to Get AutoGenerate Code with Strings and Numbers in C# Pin
dan!sh 15-Jul-09 2:17
professional dan!sh 15-Jul-09 2:17 
AnswerRe: How to Get AutoGenerate Code with Strings and Numbers in C# [modified] Pin
musefan15-Jul-09 2:17
musefan15-Jul-09 2:17 
GeneralRe: How to Get AutoGenerate Code with Strings and Numbers in C# Pin
Luc Pattyn15-Jul-09 2:51
sitebuilderLuc Pattyn15-Jul-09 2:51 
Questionhi.. Pin
mjawadkhatri15-Jul-09 1:52
mjawadkhatri15-Jul-09 1:52 
AnswerRe: hi.. Pin
Tom Deketelaere15-Jul-09 1:55
professionalTom Deketelaere15-Jul-09 1:55 
GeneralRe: hi.. Pin
Luc Pattyn15-Jul-09 2:05
sitebuilderLuc Pattyn15-Jul-09 2:05 
GeneralRe: hi.. Pin
musefan15-Jul-09 2:09
musefan15-Jul-09 2:09 
GeneralRe: hi.. Pin
Luc Pattyn15-Jul-09 2:14
sitebuilderLuc Pattyn15-Jul-09 2:14 
GeneralRe: hi.. Pin
musefan15-Jul-09 2:22
musefan15-Jul-09 2:22 
GeneralRe: hi.. Pin
Luc Pattyn15-Jul-09 2:25
sitebuilderLuc Pattyn15-Jul-09 2:25 
GeneralRe: hi.. Pin
musefan15-Jul-09 2:31
musefan15-Jul-09 2:31 

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.