Click here to Skip to main content
15,886,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRecent date? Pin
Karthick_gc9-Feb-09 19:22
Karthick_gc9-Feb-09 19:22 
AnswerRe: Recent date? Pin
Sneha Bisht9-Feb-09 20:40
Sneha Bisht9-Feb-09 20:40 
GeneralRe: Recent date? Pin
Sneha Bisht9-Feb-09 20:42
Sneha Bisht9-Feb-09 20:42 
GeneralRe: Recent date? Pin
Karthick_gc9-Feb-09 21:03
Karthick_gc9-Feb-09 21:03 
GeneralRe: Recent date? Pin
Sneha Bisht9-Feb-09 21:21
Sneha Bisht9-Feb-09 21:21 
GeneralRe: Recent date? Pin
Karthick_gc9-Feb-09 21:35
Karthick_gc9-Feb-09 21:35 
GeneralRe: Recent date? Pin
anujbanka17849-Feb-09 22:07
anujbanka17849-Feb-09 22:07 
AnswerRe: Recent date? [modified] Pin
Kaushal Arora10-Feb-09 0:36
Kaushal Arora10-Feb-09 0:36 
You can also try this if you want to use the query

select * from table_name where convert(datetime,convert(varchar(30),stored_date,103),103)
between convert(datetime,convert(varchar(30),getdate()-2,103),103)
and convert(datetime,convert(varchar(30),getdate(),103),103)


You can take whatever number of days you want.

Regards,
Kaushal Arora

modified on Thursday, February 26, 2009 6:06 AM

Questionrefresh database Pin
vishwaguna9-Feb-09 19:16
vishwaguna9-Feb-09 19:16 
QuestionValidation Application library 4.0 Pin
Shivaji Shitole9-Feb-09 18:18
Shivaji Shitole9-Feb-09 18:18 
AnswerRe: Validation Application library 4.0 Pin
Abhijit Jana9-Feb-09 18:25
professionalAbhijit Jana9-Feb-09 18:25 
GeneralRe: Validation Application library 4.0 Pin
Shivaji Shitole9-Feb-09 18:50
Shivaji Shitole9-Feb-09 18:50 
Questioncompare Duration using asp.net vb Pin
Sarfaraj Ahmed9-Feb-09 18:09
Sarfaraj Ahmed9-Feb-09 18:09 
AnswerRe: compare Duration using asp.net vb Pin
Abhijit Jana9-Feb-09 18:18
professionalAbhijit Jana9-Feb-09 18:18 
GeneralRe: compare Duration using asp.net vb Pin
Sarfaraj Ahmed9-Feb-09 18:24
Sarfaraj Ahmed9-Feb-09 18:24 
AnswerRe: compare Duration using asp.net vb Pin
ABitSmart9-Feb-09 18:37
ABitSmart9-Feb-09 18:37 
GeneralRe: compare Duration using asp.net vb Pin
Sarfaraj Ahmed9-Feb-09 18:49
Sarfaraj Ahmed9-Feb-09 18:49 
GeneralRe: compare Duration using asp.net vb Pin
ABitSmart9-Feb-09 19:06
ABitSmart9-Feb-09 19:06 
GeneralRe: compare Duration using asp.net vb Pin
Sarfaraj Ahmed9-Feb-09 19:04
Sarfaraj Ahmed9-Feb-09 19:04 
GeneralRe: compare Duration using asp.net vb Pin
ABitSmart9-Feb-09 19:08
ABitSmart9-Feb-09 19:08 
Questioninsert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 16:52
Anita_Kamat_inds9-Feb-09 16:52 
AnswerRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 17:37
N a v a n e e t h9-Feb-09 17:37 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 17:42
Anita_Kamat_inds9-Feb-09 17:42 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 17:59
N a v a n e e t h9-Feb-09 17:59 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 18:00
Anita_Kamat_inds9-Feb-09 18:00 

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.