Click here to Skip to main content
15,885,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: phone dailing through web application Pin
Christian Graus9-Feb-09 22:37
protectorChristian Graus9-Feb-09 22:37 
Questionregarding bulk sms Pin
dwivedi19829-Feb-09 21:21
dwivedi19829-Feb-09 21:21 
AnswerRe: regarding bulk sms Pin
Christian Graus9-Feb-09 22:39
protectorChristian Graus9-Feb-09 22:39 
GeneralRe: regarding bulk sms Pin
dwivedi198215-Feb-09 19:24
dwivedi198215-Feb-09 19:24 
Questionhyperlink colour change Pin
kishorg19-Feb-09 20:43
kishorg19-Feb-09 20:43 
QuestionHow to add button to IE and mozilla toolbar Pin
Nekkantidivya9-Feb-09 20:28
Nekkantidivya9-Feb-09 20:28 
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 
Try This


declare @nowdate datetime
declare @prevoius datetime
set @nowdate = getdate();
print @nowdate
set @prevoius = ( select DATEADD(day,-2,@nowdate))
print @prevoius

Query: Smile | :)
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 
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 

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.