Click here to Skip to main content
15,888,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Security Exception in ASP.net Pin
Aman Bhullar31-Aug-09 0:40
Aman Bhullar31-Aug-09 0:40 
QuestionRole & membership Pin
KhandelwalA30-Aug-09 23:02
KhandelwalA30-Aug-09 23:02 
AnswerRe: Role & membership Pin
sashidhar30-Aug-09 23:31
sashidhar30-Aug-09 23:31 
QuestionHow to read web.config file from a different site? Pin
pubududilena30-Aug-09 22:18
pubududilena30-Aug-09 22:18 
AnswerRe: How to read web.config file from a different site? Pin
Abhishek Sur30-Aug-09 22:58
professionalAbhishek Sur30-Aug-09 22:58 
GeneralRe: How to read web.config file from a different site? Pin
Gaurav Dudeja India31-Aug-09 0:03
Gaurav Dudeja India31-Aug-09 0:03 
GeneralRe: How to read web.config file from a different site? Pin
Abhishek Sur31-Aug-09 23:17
professionalAbhishek Sur31-Aug-09 23:17 
Questiondate problem [modified] Pin
venu65630-Aug-09 22:03
venu65630-Aug-09 22:03 
string fromdate= "31/08/2009";
string todate = "20/08/2009";

i have to decrase a day for the todate can u plz specify how to decrease the date for one day...

string fromdate ="31/08/2009";
string todate = "20/08/2009";
string newdate =(DateTime.Parse(todate ).AddDays(-1)).ToString("dd/MM/yyyy");

but it was showing error

modified on Monday, August 31, 2009 4:23 AM

AnswerRe: date problem Pin
dan!sh 30-Aug-09 22:16
professional dan!sh 30-Aug-09 22:16 
GeneralRe: date problem Pin
venu65630-Aug-09 22:24
venu65630-Aug-09 22:24 
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 
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 

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.