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

C#

 
GeneralRe: Why is my control added three times? Pin
GrooverFromHolland7-Oct-12 10:23
GrooverFromHolland7-Oct-12 10:23 
AnswerRe: Why is my control added three times? Pin
V.7-Oct-12 23:41
professionalV.7-Oct-12 23:41 
QuestionHow FingerPrint Device uses zkemkeeper.dll to get ID of each user print it's finger in Device Pin
osama_hagrass6-Oct-12 23:13
osama_hagrass6-Oct-12 23:13 
AnswerRe: How FingerPrint Device uses zkemkeeper.dll to get ID of each user print it's finger in Device Pin
Eddy Vluggen7-Oct-12 1:14
professionalEddy Vluggen7-Oct-12 1:14 
QuestionC# string array Pin
sc steinhayse6-Oct-12 15:11
sc steinhayse6-Oct-12 15:11 
AnswerRe: C# string array Pin
Dave Kreskowiak6-Oct-12 20:26
mveDave Kreskowiak6-Oct-12 20:26 
AnswerRe: C# string array Pin
Eddy Vluggen7-Oct-12 1:13
professionalEddy Vluggen7-Oct-12 1:13 
AnswerRe: C# string array Pin
montevina 28-Oct-12 1:30
montevina 28-Oct-12 1:30 
C#
string[] PkgIDs = rData.details.Where(c => c.batch_id == batchID).Select(c => c.Package_ID).Distinct().ToArray();
if(PkgIDs.Count > 0)//This will check the number of elements in the List
{
                 foreach (string PkgID in PkgIDs)
                 {
                 }

}
GeneralRe: C# string array Pin
BobJanova9-Oct-12 0:09
BobJanova9-Oct-12 0:09 
AnswerRe: C# string array Pin
BobJanova9-Oct-12 0:10
BobJanova9-Oct-12 0:10 
Questionwindows service to check file directory path Pin
rachel_m6-Oct-12 9:46
rachel_m6-Oct-12 9:46 
AnswerRe: windows service to check file directory path Pin
Richard Andrew x646-Oct-12 9:56
professionalRichard Andrew x646-Oct-12 9:56 
GeneralRe: windows service to check file directory path Pin
rachel_m6-Oct-12 10:48
rachel_m6-Oct-12 10:48 
AnswerRe: windows service to check file directory path Pin
Eddy Vluggen6-Oct-12 11:28
professionalEddy Vluggen6-Oct-12 11:28 
QuestionHTML Body mail with link button Pin
Murugavel Sadagopan6-Oct-12 9:21
Murugavel Sadagopan6-Oct-12 9:21 
AnswerRe: HTML Body mail with link button Pin
n.podbielski8-Oct-12 23:08
n.podbielski8-Oct-12 23:08 
QuestionC# checking for spaces Pin
rachel_m6-Oct-12 8:44
rachel_m6-Oct-12 8:44 
AnswerRe: C# checking for spaces Pin
Dave Kreskowiak6-Oct-12 10:06
mveDave Kreskowiak6-Oct-12 10:06 
AnswerRe: C# checking for spaces Pin
Richard Andrew x646-Oct-12 10:14
professionalRichard Andrew x646-Oct-12 10:14 
AnswerRe: C# checking for spaces Pin
DaveyM696-Oct-12 11:42
professionalDaveyM696-Oct-12 11:42 
QuestionsqlQuery Pin
Member 94545636-Oct-12 1:14
Member 94545636-Oct-12 1:14 
AnswerRe: sqlQuery Pin
Thomas Daniels6-Oct-12 2:24
mentorThomas Daniels6-Oct-12 2:24 
AnswerRe: sqlQuery Pin
OriginalGriff6-Oct-12 4:49
mveOriginalGriff6-Oct-12 4:49 
Questiontic toe game not working as expected,please help? Pin
Member 94790245-Oct-12 22:59
Member 94790245-Oct-12 22:59 
AnswerRe: tic toe game not working as expected,please help? Pin
Pete O'Hanlon6-Oct-12 1:51
mvePete O'Hanlon6-Oct-12 1:51 

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.