Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: Return Dataset to Business Layer & SHOW in datagrid in Presentation Layer Pin
shahramkeyboard20-Feb-10 21:55
shahramkeyboard20-Feb-10 21:55 
GeneralDoes this help? Pin
Dan Mos20-Feb-10 22:25
Dan Mos20-Feb-10 22:25 
GeneralRe: Does this help? Pin
shahramkeyboard21-Feb-10 1:46
shahramkeyboard21-Feb-10 1:46 
GeneralRe: Does this help? [modified] Pin
Dan Mos21-Feb-10 16:27
Dan Mos21-Feb-10 16:27 
AnswerRe: Return Dataset to Business Layer & SHOW in datagrid in Presentation Layer Pin
dan!sh 20-Feb-10 23:33
professional dan!sh 20-Feb-10 23:33 
GeneralRe: Return Dataset to Business Layer & SHOW in datagrid in Presentation Layer [modified] Pin
shahramkeyboard21-Feb-10 2:30
shahramkeyboard21-Feb-10 2:30 
GeneralRe: Return Dataset to Business Layer & SHOW in datagrid in Presentation Layer Pin
shahramkeyboard21-Feb-10 6:32
shahramkeyboard21-Feb-10 6:32 
Questiona problem about "bool Exists(Predicate<T> match);" Pin
wjp_auhtm20-Feb-10 19:35
wjp_auhtm20-Feb-10 19:35 
I am trying to convert some code to .net framework 2.0 from .net framework 3.0.

the code of .net framework 3.5 is:

if (mItems.Exists(b => string.Compare(b.FileName, item.FileName, StringComparison.OrdinalIgnoreCase) == 0))
                        return;


It can run in .net framework 3.5 and can not run in .net framework 2.0.

Could someone tell me where the defferent things between 3.5 from 2.0 in the code are.
AnswerRe: a problem about "bool Exists(Predicate match);" Pin
dan!sh 20-Feb-10 20:25
professional dan!sh 20-Feb-10 20:25 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
wjp_auhtm20-Feb-10 22:09
wjp_auhtm20-Feb-10 22:09 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
Abhinav S20-Feb-10 22:42
Abhinav S20-Feb-10 22:42 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
wjp_auhtm25-Feb-10 1:40
wjp_auhtm25-Feb-10 1:40 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
dan!sh 20-Feb-10 23:29
professional dan!sh 20-Feb-10 23:29 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
wjp_auhtm25-Feb-10 1:39
wjp_auhtm25-Feb-10 1:39 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
harold aptroot20-Feb-10 23:05
harold aptroot20-Feb-10 23:05 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
wjp_auhtm25-Feb-10 1:41
wjp_auhtm25-Feb-10 1:41 
AnswerRe: a problem about "bool Exists(Predicate match);" Pin
Daniel Grunwald21-Feb-10 1:37
Daniel Grunwald21-Feb-10 1:37 
GeneralRe: a problem about "bool Exists(Predicate match);" Pin
wjp_auhtm25-Feb-10 1:44
wjp_auhtm25-Feb-10 1:44 
QuestionInserting an image in Crystal Reports??? Pin
Muammar©20-Feb-10 19:12
Muammar©20-Feb-10 19:12 
QuestionC# tools. Pin
Subin Mavunkal20-Feb-10 18:58
Subin Mavunkal20-Feb-10 18:58 
AnswerRe: C# tools. Pin
Rutvik Dave20-Feb-10 20:02
professionalRutvik Dave20-Feb-10 20:02 
AnswerRe: C# tools. Pin
Eddy Vluggen21-Feb-10 1:50
professionalEddy Vluggen21-Feb-10 1:50 
Questionam I missing a setting here or what (DataGrid not showing but one row) Pin
tonyonlinux20-Feb-10 9:45
tonyonlinux20-Feb-10 9:45 
AnswerRe: am I missing a setting here or what (DataGrid not showing but one row) Pin
Gopal.S20-Feb-10 22:56
Gopal.S20-Feb-10 22:56 
Questionunboxing object to List<T> Pin
watzup_007@yahoo.com.sg20-Feb-10 9:16
watzup_007@yahoo.com.sg20-Feb-10 9:16 

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.