Click here to Skip to main content
15,898,036 members
Home / Discussions / C#
   

C#

 
GeneralRe: send variable across webpages without using session Pin
Sharath Surendran21-Jan-14 23:15
Sharath Surendran21-Jan-14 23:15 
AnswerRe: send variable across webpages without using session Pin
thatraja21-Jan-14 0:22
professionalthatraja21-Jan-14 0:22 
GeneralRe: send variable across webpages without using session Pin
Sharath Surendran21-Jan-14 22:54
Sharath Surendran21-Jan-14 22:54 
QuestionNeed help for perform some operation parallely Pin
superselector20-Jan-14 17:31
superselector20-Jan-14 17:31 
AnswerRe: Need help for perform some operation parallely Pin
Ron Beyer20-Jan-14 17:38
professionalRon Beyer20-Jan-14 17:38 
GeneralRe: Need help for perform some operation parallely Pin
superselector20-Jan-14 20:39
superselector20-Jan-14 20:39 
GeneralRe: Need help for perform some operation parallely Pin
OriginalGriff20-Jan-14 22:52
mveOriginalGriff20-Jan-14 22:52 
AnswerRe: Need help for perform some operation parallely Pin
GuyThiebaut20-Jan-14 21:55
professionalGuyThiebaut20-Jan-14 21:55 
GeneralRe: Need help for perform some operation parallely Pin
Ron Beyer21-Jan-14 2:26
professionalRon Beyer21-Jan-14 2:26 
GeneralRe: Need help for perform some operation parallely Pin
GuyThiebaut21-Jan-14 5:41
professionalGuyThiebaut21-Jan-14 5:41 
GeneralRe: Need help for perform some operation parallely Pin
GuyThiebaut21-Jan-14 6:27
professionalGuyThiebaut21-Jan-14 6:27 
GeneralRe: Need help for perform some operation parallely Pin
Ron Beyer21-Jan-14 7:01
professionalRon Beyer21-Jan-14 7:01 
QuestionHelp writing a program which adds up values in a 2D array to determine if it is a magic square Pin
Member 1052812320-Jan-14 3:43
Member 1052812320-Jan-14 3:43 
AnswerRe: Help writing a program which adds up values in a 2D array to determine if it is a magic square Pin
Peter Leow20-Jan-14 4:20
professionalPeter Leow20-Jan-14 4:20 
AnswerRe: Help writing a program which adds up values in a 2D array to determine if it is a magic square Pin
OriginalGriff20-Jan-14 5:50
mveOriginalGriff20-Jan-14 5:50 
AnswerRe: Help writing a program which adds up values in a 2D array to determine if it is a magic square Pin
BillWoodruff20-Jan-14 9:08
professionalBillWoodruff20-Jan-14 9:08 
QuestionCustom Data Types Pin
sunsilk1020-Jan-14 3:04
sunsilk1020-Jan-14 3:04 
Hello, I have created a class to read an xml file, which contains 5 different list of tables. Therefore I have 5 different custom lists

List<listtables1>, List<listtables2> etc..

I would like to create a function to process any one of the 5 lists based on the user type.

Any ideas what is the best way to achieve this, instead of creating 5 different functions?

private void ProcessTableList()

{

// Need to declare a variable of type depending on user type

e.g. List<listtables1> customList = new List<listtables1>

for(int i=0; customList.countl i++)
{
//do something
}

}
.

modified 20-Jan-14 9:23am.

AnswerRe: Custom Data Types Pin
Manfred Rudolf Bihy20-Jan-14 3:25
professionalManfred Rudolf Bihy20-Jan-14 3:25 
AnswerRe: Custom Data Types Pin
BillWoodruff20-Jan-14 5:13
professionalBillWoodruff20-Jan-14 5:13 
AnswerRe: Custom Data Types Pin
Freak3020-Jan-14 23:30
Freak3020-Jan-14 23:30 
QuestionC# with Oraclei Pin
Nightbird.14319-Jan-14 21:00
Nightbird.14319-Jan-14 21:00 
AnswerRe: C# with Oraclei Pin
V.19-Jan-14 21:49
professionalV.19-Jan-14 21:49 
QuestionMulti Desktop app, Need to take Screen short of a given desktop using handle. Pin
ptr_Electron19-Jan-14 19:23
ptr_Electron19-Jan-14 19:23 
AnswerRe: Multi Desktop app, Need to take Screen short of a given desktop using handle. Pin
Mycroft Holmes19-Jan-14 21:02
professionalMycroft Holmes19-Jan-14 21:02 
GeneralRe: Multi Desktop app, Need to take Screen short of a given desktop using handle. Pin
ptr_Electron20-Jan-14 0:40
ptr_Electron20-Jan-14 0:40 

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.