Click here to Skip to main content
15,911,711 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Paging in Panel.. Pin
Hema Bairavan15-Dec-09 19:03
Hema Bairavan15-Dec-09 19:03 
AnswerRe: Paging in Panel.. Pin
Abhijit Jana15-Dec-09 19:25
professionalAbhijit Jana15-Dec-09 19:25 
Questionhow to use xaml files in aspx page Pin
Jagz W15-Dec-09 17:47
professionalJagz W15-Dec-09 17:47 
AnswerRe: how to use xaml files in aspx page Pin
sashidhar15-Dec-09 22:50
sashidhar15-Dec-09 22:50 
QuestionMaster page path issue Pin
yesu prakash15-Dec-09 17:12
yesu prakash15-Dec-09 17:12 
AnswerRe: Master page path issue Pin
_Damian S_15-Dec-09 17:51
professional_Damian S_15-Dec-09 17:51 
QuestionYes I am begging for and example of a SOAP client in C# Pin
ffowler15-Dec-09 13:46
ffowler15-Dec-09 13:46 
AnswerRe: Yes I am begging for and example of a SOAP client in C# Pin
N a v a n e e t h15-Dec-09 16:45
N a v a n e e t h15-Dec-09 16:45 
GeneralRe: Yes I am begging for and example of a SOAP client in C# Pin
ffowler16-Dec-09 3:11
ffowler16-Dec-09 3:11 
GeneralRe: Yes I am begging for and example of a SOAP client in C# Pin
N a v a n e e t h16-Dec-09 14:58
N a v a n e e t h16-Dec-09 14:58 
QuestionLogin Control Woes Pin
Richard Blythe15-Dec-09 11:17
Richard Blythe15-Dec-09 11:17 
AnswerRe: Login Control Woes Pin
Adam °Wimsatt15-Dec-09 11:46
Adam °Wimsatt15-Dec-09 11:46 
GeneralRe: Login Control Woes Pin
Richard Blythe15-Dec-09 11:51
Richard Blythe15-Dec-09 11:51 
GeneralRe: Login Control Woes Pin
Adam °Wimsatt15-Dec-09 12:30
Adam °Wimsatt15-Dec-09 12:30 
GeneralRe: Login Control Woes Pin
Richard Blythe15-Dec-09 13:11
Richard Blythe15-Dec-09 13:11 
QuestionRegular expression for the time format 'HHMMAMPM' Pin
chandra vempati15-Dec-09 10:01
chandra vempati15-Dec-09 10:01 
QuestionTime Out Issue.....Javascript inside of an ASP.net application Pin
PDTUM15-Dec-09 9:10
PDTUM15-Dec-09 9:10 
AnswerRe: Time Out Issue.....Javascript inside of an ASP.net application Pin
Abhishek Sur15-Dec-09 9:32
professionalAbhishek Sur15-Dec-09 9:32 
QuestionAbout asp.net system slowdown Pin
leone15-Dec-09 6:06
leone15-Dec-09 6:06 
AnswerRe: About asp.net system slowdown Pin
Abhijit Jana15-Dec-09 6:22
professionalAbhijit Jana15-Dec-09 6:22 
AnswerRe: About asp.net system slowdown Pin
Abhishek Sur15-Dec-09 7:17
professionalAbhishek Sur15-Dec-09 7:17 
QuestionQuestion about writing a conditional SQL statement Pin
James Shao15-Dec-09 4:28
James Shao15-Dec-09 4:28 
AnswerRe: Question about writing a conditional SQL statement [modified] Pin
dan!sh 15-Dec-09 5:00
professional dan!sh 15-Dec-09 5:00 
GeneralRe: Question about writing a conditional SQL statement Pin
James Shao15-Dec-09 12:43
James Shao15-Dec-09 12:43 
GeneralRe: Question about writing a conditional SQL statement Pin
James Shao15-Dec-09 15:50
James Shao15-Dec-09 15:50 
Hi D@nish, the above query doesn't seem to take the condition of [indicator from 3 days ago which is less than 30] into account....

For instance, my table contains two columns:

Date-------------Indicator Value
12/16/2009-------45
12/15/2009-------33
12/14/2009-------29
12/13/2009-------23
12/12/2009-------27
12/11/2009-------35
12/10/2009-------29
12/9/2009--------24
...
...

I want to find out for which date, the indicator value had crossed from below 30 three days before to above 30. The answers are: "12/16/2009" and "12/11/2009". How should I contruct the query to do so?

Many thanks again.

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.