Click here to Skip to main content
15,886,045 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do the File System Web Sites work in ASP.NET 2.0 Pin
Pete O'Hanlon21-Jul-08 3:55
mvePete O'Hanlon21-Jul-08 3:55 
QuestionCreating Windows service to Read Mail from Outlook inbox Pin
Kathiresan Moorthy21-Jul-08 3:32
Kathiresan Moorthy21-Jul-08 3:32 
AnswerRe: Creating Windows service to Read Mail from Outlook inbox Pin
led mike21-Jul-08 4:51
led mike21-Jul-08 4:51 
QuestionRe: Creating Windows service to Read Mail from Outlook inbox [modified] Pin
Kathiresan Moorthy21-Jul-08 17:43
Kathiresan Moorthy21-Jul-08 17:43 
QuestionProblem with Windows Classic Theme [modified] Pin
Sifar - 021-Jul-08 2:09
Sifar - 021-Jul-08 2:09 
AnswerRe: Problem with Windows Classic Theme Pin
Thomas Stockwell21-Jul-08 5:04
professionalThomas Stockwell21-Jul-08 5:04 
GeneralRe: Problem with Windows Classic Theme Pin
Sifar - 021-Jul-08 21:01
Sifar - 021-Jul-08 21:01 
Questioncomparing two generic list Pin
enginço21-Jul-08 1:59
enginço21-Jul-08 1:59 
public class g1
{
  public int OID {get;set;}
  public string Name{get;set;}
  public bool IsActive {get;set;}
}

IQueryable<g1> _all;
_all = GetAll_g1().AsQueryable();

List<g1> partOfAll = _all.where(p => p.IsActive == true).ToList();


I have a main list and a part of it's.

I changed a g1 from partOfAll // old: Name = "x", IsActive = true new: Name = "x", IsActive = false

I want to compare these two list and set to main list which one is changed in partOfAll

thanx (sorry for my english) Smile | :)
AnswerRe: comparing two generic list Pin
Guffa21-Jul-08 3:55
Guffa21-Jul-08 3:55 
Generalacording to me you are wrong [modified] Pin
enginço21-Jul-08 5:49
enginço21-Jul-08 5:49 
GeneralRe: acording to me you are wrong Pin
Luc Pattyn21-Jul-08 6:37
sitebuilderLuc Pattyn21-Jul-08 6:37 
AnswerRe: acording to me you are wrong Pin
Guffa21-Jul-08 11:35
Guffa21-Jul-08 11:35 
Generali am ashamed :( [modified] Pin
enginço21-Jul-08 21:12
enginço21-Jul-08 21:12 
QuestionsipXtapdotnet api, help required. Pin
Atif Ali Bhatti21-Jul-08 1:27
Atif Ali Bhatti21-Jul-08 1:27 
AnswerRe: sipXtapdotnet api, help required. Pin
Ashfield21-Jul-08 1:40
Ashfield21-Jul-08 1:40 
GeneralRe: sipXtapdotnet api, help required. Pin
Atif Ali Bhatti21-Jul-08 1:43
Atif Ali Bhatti21-Jul-08 1:43 
GeneralRe: sipXtapdotnet api, help required. Pin
DaveyM6921-Jul-08 3:04
professionalDaveyM6921-Jul-08 3:04 
GeneralRe: sipXtapdotnet api, help required. Pin
Atif Ali Bhatti21-Jul-08 19:22
Atif Ali Bhatti21-Jul-08 19:22 
QuestionFinding an menuItem in the MenuContext Pin
steve_rm21-Jul-08 1:24
steve_rm21-Jul-08 1:24 
QuestionHow to create a DropDownList like that of the Font list in Microsoft Word? Pin
hhseiki21-Jul-08 1:00
hhseiki21-Jul-08 1:00 
QuestionLow Virtual memory problem with Memory Stream? Pin
DeepOceans21-Jul-08 0:39
DeepOceans21-Jul-08 0:39 
Answer[Message Deleted] Pin
AtulRane21-Jul-08 1:04
AtulRane21-Jul-08 1:04 
GeneralRe: Low Virtual memory problem with Memory Stream? Pin
Simon P Stevens21-Jul-08 2:52
Simon P Stevens21-Jul-08 2:52 
GeneralRe: Low Virtual memory problem with Memory Stream? Pin
Paul Conrad21-Jul-08 4:38
professionalPaul Conrad21-Jul-08 4:38 
AnswerRe: Low Virtual memory problem with Memory Stream? Pin
Paddy Boyd21-Jul-08 2:33
Paddy Boyd21-Jul-08 2:33 

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.