Click here to Skip to main content
15,905,322 members
Home / Discussions / C#
   

C#

 
GeneralRe: Immediate Help Pin
Saiyed Alam7-Jun-08 21:13
Saiyed Alam7-Jun-08 21:13 
GeneralRe: Immediate Help Pin
DaveyM697-Jun-08 23:19
professionalDaveyM697-Jun-08 23:19 
GeneralRe: Immediate Help Pin
Saiyed Alam8-Jun-08 0:59
Saiyed Alam8-Jun-08 0:59 
GeneralRe: Immediate Help Pin
Colin Angus Mackay7-Jun-08 23:35
Colin Angus Mackay7-Jun-08 23:35 
AnswerRe: Immediate Help Pin
mav.northwind7-Jun-08 21:00
mav.northwind7-Jun-08 21:00 
GeneralRe: Immediate Help Pin
Saiyed Alam7-Jun-08 21:14
Saiyed Alam7-Jun-08 21:14 
GeneralRe: Immediate Help Pin
Colin Angus Mackay7-Jun-08 23:38
Colin Angus Mackay7-Jun-08 23:38 
JokeRe: Immediate Help Pin
MarkB7777-Jun-08 23:39
MarkB7777-Jun-08 23:39 
GeneralRe: Immediate Help Pin
Rob Smiley8-Jun-08 3:45
Rob Smiley8-Jun-08 3:45 
AnswerRe: Immediate Help Pin
RobScripta8-Jun-08 21:35
professionalRobScripta8-Jun-08 21:35 
QuestionHow to determine the user define, List and String using Reflection Pin
sourceisnothere7-Jun-08 19:17
sourceisnothere7-Jun-08 19:17 
QuestionHow can I hide notify icons programmatically? Pin
LordCover7-Jun-08 15:05
LordCover7-Jun-08 15:05 
AnswerRe: How can I hide notify icons programmatically? Pin
Gareth H7-Jun-08 22:12
Gareth H7-Jun-08 22:12 
GeneralRe: How can I hide notify icons programmatically? Pin
LordCover9-Jun-08 0:25
LordCover9-Jun-08 0:25 
GeneralRe: How can I hide notify icons programmatically? Pin
LordCover9-Jun-08 0:34
LordCover9-Jun-08 0:34 
AnswerRe: How can I hide notify icons programmatically? Pin
Giorgi Dalakishvili7-Jun-08 23:58
mentorGiorgi Dalakishvili7-Jun-08 23:58 
GeneralRe: How can I hide notify icons programmatically? Pin
LordCover9-Jun-08 0:29
LordCover9-Jun-08 0:29 
GeneralRe: How can I hide notify icons programmatically? Pin
Giorgi Dalakishvili9-Jun-08 1:03
mentorGiorgi Dalakishvili9-Jun-08 1:03 
QuestionDriveInfo - Removing a drive entry. Pin
Jammer7-Jun-08 12:28
Jammer7-Jun-08 12:28 
AnswerRe: DriveInfo - Removing a drive entry. Pin
Jammer7-Jun-08 12:48
Jammer7-Jun-08 12:48 
GeneralRe: DriveInfo - Removing a drive entry. Pin
User 66587-Jun-08 23:29
User 66587-Jun-08 23:29 
GeneralRe: DriveInfo - Removing a drive entry. Pin
Jammer8-Jun-08 0:10
Jammer8-Jun-08 0:10 
QuestionDatatable rows check Pin
NewToAspDotNet7-Jun-08 10:14
NewToAspDotNet7-Jun-08 10:14 
Hi All,
I have a datatable with some data :

ActivityNr ActivityStartTime ActivityDuration
001 20:30 00:30
002 20:30 00:40
003 20:40 00:30
004 20:50 00:30
005 20:55 00:30

As you can see, Activity 001 and 002 have the same StartTime(20:30), bud activity 002 has a longer Duration(40 minutes) then Activity 001(30 minutes).
Now i have to check all activities StartTimes and when they have the same StartTime(like 001 and 002), then i have to check the 'ActivtityDuration' of those Activities and delete the Activity with shorter duration from the datatable.
Assuming the datatable above, the end resulat most be:

ActivityNr ActivityStartTime ActivityDuration
002 20:30 00:40
003 20:40 00:30
004 20:50 00:30
005 20:55 00:30

001 is deleted because it had the same starttime as 002, bud a shorter duration.
Can anyone help me with this issue with some code ?

Thanx.
AnswerRe: Datatable rows check Pin
Gareth H7-Jun-08 10:22
Gareth H7-Jun-08 10:22 
GeneralReflection or Serialization Pin
sourceisnothere7-Jun-08 9:14
sourceisnothere7-Jun-08 9:14 

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.