Click here to Skip to main content
15,887,350 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Newbie ASP.NET Question Pin
peterdrozd21-Feb-10 16:02
peterdrozd21-Feb-10 16:02 
GeneralRe: Newbie ASP.NET Question Pin
Not Active22-Feb-10 0:11
mentorNot Active22-Feb-10 0:11 
QuestionASP.NET DataPicker Control Needed Pin
MWRivera21-Feb-10 10:05
MWRivera21-Feb-10 10:05 
AnswerRe: ASP.NET DataPicker Control Needed Pin
sashidhar21-Feb-10 18:02
sashidhar21-Feb-10 18:02 
AnswerRe: ASP.NET DataPicker Control Needed Pin
Pranay Rana21-Feb-10 18:02
professionalPranay Rana21-Feb-10 18:02 
QuestionDates in asp.net Pin
ishwarya mahadevan21-Feb-10 4:58
ishwarya mahadevan21-Feb-10 4:58 
AnswerRe: Dates in asp.net Pin
Parwej Ahamad21-Feb-10 5:21
professionalParwej Ahamad21-Feb-10 5:21 
AnswerRe: Dates in asp.net Pin
Abhishek Sur21-Feb-10 7:18
professionalAbhishek Sur21-Feb-10 7:18 
It depends on what you want to increase.

Now.AddDays
Now.AddSeconds
Now.AddHours


etc.

Each of them asks for an integer value.
so

DateTime.Now.AddDays(Convert.ToInt32(textbox2.text))

I hope this would solve your issue.
Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend

AnswerRe: Dates in asp.net Pin
JustWorking21-Feb-10 20:55
JustWorking21-Feb-10 20:55 
Questionhi,i m facing problem in logout code in asp.net c#. Pin
pramodgorityala21-Feb-10 4:49
pramodgorityala21-Feb-10 4:49 
AnswerRe: hi,i m facing problem in logout code in asp.net c#. Pin
Parwej Ahamad21-Feb-10 5:15
professionalParwej Ahamad21-Feb-10 5:15 
AnswerRe: hi,i m facing problem in logout code in asp.net c#. Pin
Not Active21-Feb-10 7:08
mentorNot Active21-Feb-10 7:08 
AnswerRe: hi,i m facing problem in logout code in asp.net c#. Pin
Gaurav Dudeja India21-Feb-10 19:17
Gaurav Dudeja India21-Feb-10 19:17 
AnswerRe: hi,i m facing problem in logout code in asp.net c#. Pin
JustWorking21-Feb-10 21:06
JustWorking21-Feb-10 21:06 
QuestionError IN asp.net Pin
shahramkeyboard21-Feb-10 3:21
shahramkeyboard21-Feb-10 3:21 
AnswerRe: Error IN asp.net Pin
Not Active21-Feb-10 4:22
mentorNot Active21-Feb-10 4:22 
GeneralRe: Error IN asp.net Pin
shahramkeyboard21-Feb-10 6:42
shahramkeyboard21-Feb-10 6:42 
GeneralRe: Error IN asp.net Pin
Not Active21-Feb-10 7:08
mentorNot Active21-Feb-10 7:08 
GeneralRe: Error IN asp.net Pin
shahramkeyboard21-Feb-10 7:52
shahramkeyboard21-Feb-10 7:52 
GeneralRe: Error IN asp.net Pin
Not Active21-Feb-10 9:41
mentorNot Active21-Feb-10 9:41 
GeneralRe: Error IN asp.net Pin
Rafferty Uy21-Feb-10 20:34
Rafferty Uy21-Feb-10 20:34 
GeneralRe: Error IN asp.net Pin
shahramkeyboard21-Feb-10 20:47
shahramkeyboard21-Feb-10 20:47 
GeneralRe: Error IN asp.net Pin
Rafferty Uy21-Feb-10 21:11
Rafferty Uy21-Feb-10 21:11 
QuestionMultiple DB accessing Pin
Alex@9C21-Feb-10 1:31
Alex@9C21-Feb-10 1:31 
AnswerRe: Multiple DB accessing Pin
Not Active21-Feb-10 3:12
mentorNot Active21-Feb-10 3:12 

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.