Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: date problem Pin
dan!sh 30-Aug-09 22:26
professional dan!sh 30-Aug-09 22:26 
GeneralRe: date problem Pin
venu65630-Aug-09 22:32
venu65630-Aug-09 22:32 
AnswerRe: date problem Pin
Abhishek Sur30-Aug-09 22:56
professionalAbhishek Sur30-Aug-09 22:56 
GeneralRe: date problem Pin
venu65630-Aug-09 23:07
venu65630-Aug-09 23:07 
GeneralRe: date problem Pin
Abhishek Sur30-Aug-09 23:47
professionalAbhishek Sur30-Aug-09 23:47 
AnswerRe: date problem [modified] Pin
sashidhar30-Aug-09 23:22
sashidhar30-Aug-09 23:22 
GeneralRe: date problem Pin
venu65630-Aug-09 23:37
venu65630-Aug-09 23:37 
GeneralRe: date problem [modified] Pin
sashidhar31-Aug-09 0:00
sashidhar31-Aug-09 0:00 
Convert the string format date into Datetime format i.e. use the following code
DateTime dt = DateTime.ParseExact("25/11/2009", "dd/MM/yyyy", new CultureInfo("en-US"));


or u Can Use This

string ssd = DateTime.Now.AddDays(-1).ToString();
       DateTime asd = Convert.ToDateTime(ssd);
       ssd = asd.AddDays(-1).ToString();




if this is not Your Answer I am Sorry..!

modified on Monday, August 31, 2009 6:07 AM

AnswerRe: date problem Pin
Gaurav Dudeja India31-Aug-09 0:06
Gaurav Dudeja India31-Aug-09 0:06 
AnswerRe: date problem Pin
Amit Patel198531-Aug-09 0:32
Amit Patel198531-Aug-09 0:32 
GeneralRe: date problem Pin
Shuaib wasif khan31-Aug-09 13:33
Shuaib wasif khan31-Aug-09 13:33 
AnswerRe: date problem Pin
Shuaib wasif khan31-Aug-09 13:42
Shuaib wasif khan31-Aug-09 13:42 
QuestionHow to configure sql server 2005 For Remote Connection. Pin
manish.m.meshram30-Aug-09 21:30
manish.m.meshram30-Aug-09 21:30 
AnswerRe: How to configure sql server 2005 For Remote Connection. Pin
sashidhar30-Aug-09 21:33
sashidhar30-Aug-09 21:33 
GeneralRe: How to configure sql server 2005 For Remote Connection. Pin
manish.m.meshram30-Aug-09 23:24
manish.m.meshram30-Aug-09 23:24 
GeneralRe: How to configure sql server 2005 For Remote Connection. Pin
sashidhar31-Aug-09 0:21
sashidhar31-Aug-09 0:21 
Questiontextbox with numbers Pin
swtlibra30-Aug-09 21:18
swtlibra30-Aug-09 21:18 
AnswerRe: textbox with numbers Pin
Abhishek Sur30-Aug-09 21:53
professionalAbhishek Sur30-Aug-09 21:53 
AnswerRe: textbox with numbers Pin
Shuaib wasif khan31-Aug-09 13:45
Shuaib wasif khan31-Aug-09 13:45 
QuestionPopup in a schedular Pin
rahul.net1130-Aug-09 21:12
rahul.net1130-Aug-09 21:12 
AnswerRe: Popup in a schedular Pin
Abhishek Sur30-Aug-09 21:56
professionalAbhishek Sur30-Aug-09 21:56 
GeneralRe: Popup in a schedular [modified] Pin
rahul.net1130-Aug-09 22:52
rahul.net1130-Aug-09 22:52 
Questionpayment gateway Pin
Amit Patel198530-Aug-09 20:49
Amit Patel198530-Aug-09 20:49 
AnswerRe: payment gateway Pin
sashidhar30-Aug-09 21:19
sashidhar30-Aug-09 21:19 
AnswerRe: payment gateway Pin
Gaurav Dudeja India31-Aug-09 0:08
Gaurav Dudeja India31-Aug-09 0:08 

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.