Click here to Skip to main content
15,913,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 13:16
Dhyanga23-Aug-11 13:16 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 13:38
mentorNot Active23-Aug-11 13:38 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 16:42
Dhyanga23-Aug-11 16:42 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 17:02
mentorNot Active23-Aug-11 17:02 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga24-Aug-11 2:57
Dhyanga24-Aug-11 2:57 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga29-Aug-11 10:38
Dhyanga29-Aug-11 10:38 
Questionasp Pin
royaizadi23-Aug-11 8:19
royaizadi23-Aug-11 8:19 
AnswerRe: asp Pin
Not Active23-Aug-11 8:27
mentorNot Active23-Aug-11 8:27 
JokeRe: asp Pin
Manfred Rudolf Bihy23-Aug-11 8:50
professionalManfred Rudolf Bihy23-Aug-11 8:50 
GeneralRe: asp Pin
Not Active23-Aug-11 9:02
mentorNot Active23-Aug-11 9:02 
GeneralRe: asp Pin
S Douglas23-Aug-11 14:39
professionalS Douglas23-Aug-11 14:39 
GeneralRe: asp Pin
Manfred Rudolf Bihy24-Aug-11 3:42
professionalManfred Rudolf Bihy24-Aug-11 3:42 
GeneralRe: asp Pin
S Douglas24-Aug-11 4:29
professionalS Douglas24-Aug-11 4:29 
GeneralRe: asp Pin
Manfred Rudolf Bihy24-Aug-11 3:39
professionalManfred Rudolf Bihy24-Aug-11 3:39 
GeneralRe: asp Pin
Not Active24-Aug-11 4:21
mentorNot Active24-Aug-11 4:21 
GeneralRe: asp Pin
Manfred Rudolf Bihy24-Aug-11 3:46
professionalManfred Rudolf Bihy24-Aug-11 3:46 
GeneralRe: asp Pin
Not Active24-Aug-11 4:19
mentorNot Active24-Aug-11 4:19 
QuestionStore files temporarily Pin
SummerBulb22-Aug-11 6:48
SummerBulb22-Aug-11 6:48 
AnswerRe: Store files temporarily Pin
GenJerDan22-Aug-11 7:04
GenJerDan22-Aug-11 7:04 
AnswerRe: Store files temporarily Pin
David Mujica22-Aug-11 7:41
David Mujica22-Aug-11 7:41 
QuestionLINQ Help required Pin
salmonraju22-Aug-11 6:24
salmonraju22-Aug-11 6:24 
Hi ,
I have an application that will collect data from user (entering time sheet data)
so the status of Time sheet can be any of the following
1. Open
2. Saved
3. submited
4. Under Review
5. Approvred.
6. Reject

I am displaying a report on this data. Consider a case where user daily saving his time sheet but not submitting.

My report will be like below

Userid Date Status.
111 Date1 Open
111 Date1 Saved
111 Date1 Saved
111 Date2 Saved
111 Date3 Saved
111 Date4 Submitted
111 Date5 Under Review
111 Date6 Under Review
111 Date7 Under Review
111 Date7 Reject
111 Date7 Saved
111 Date7 Saved
111 Date7 submit
:
:

Above are actual events done on the user time sheet . It looks like that duplicate data saved but it is displaying all the events.

My requirement is to delete duplicate records if the current and previous records are having the same status .

I can do his by looping through all the records using "for" by cecking previous and curent satus.

But i want this is to be done in diffrent way, Can anyone suggest if we can use LINQ for this, if so please suggest me.

Thanks,
AnswerRe: LINQ Help required Pin
Shameel22-Aug-11 9:44
professionalShameel22-Aug-11 9:44 
GeneralRe: LINQ Help required [modified] Pin
Not Active23-Aug-11 3:03
mentorNot Active23-Aug-11 3:03 
GeneralRe: LINQ Help required Pin
Shameel23-Aug-11 4:12
professionalShameel23-Aug-11 4:12 
JokeRe: LINQ Help required Pin
Manfred Rudolf Bihy24-Aug-11 6:17
professionalManfred Rudolf Bihy24-Aug-11 6:17 

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.