Click here to Skip to main content
15,921,542 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Why the dll is not updated in VS-2008? Pin
Calla22-Feb-10 21:00
Calla22-Feb-10 21:00 
GeneralRe: Why the dll is not updated in VS-2008? Pin
Prasadsm22-Feb-10 21:37
Prasadsm22-Feb-10 21:37 
QuestionCreating application in both VB and C# Pin
Anurag Gandhi21-Feb-10 20:55
professionalAnurag Gandhi21-Feb-10 20:55 
AnswerRe: Creating application in both VB and C# Pin
Not Active22-Feb-10 0:17
mentorNot Active22-Feb-10 0:17 
AnswerRe: Creating application in both VB and C# Pin
Brij22-Feb-10 0:38
mentorBrij22-Feb-10 0:38 
Question3 tier Architecture in asp.net Pin
IamAmit21-Feb-10 20:24
IamAmit21-Feb-10 20:24 
AnswerRe: 3 tier Architecture in asp.net Pin
R. Giskard Reventlov21-Feb-10 21:39
R. Giskard Reventlov21-Feb-10 21:39 
GeneralRe: 3 tier Architecture in asp.net Pin
IamAmit22-Feb-10 2:13
IamAmit22-Feb-10 2:13 
GeneralRe: 3 tier Architecture in asp.net Pin
R. Giskard Reventlov22-Feb-10 2:24
R. Giskard Reventlov22-Feb-10 2:24 
AnswerRe: 3 tier Architecture in asp.net Pin
Brij21-Feb-10 22:02
mentorBrij21-Feb-10 22:02 
GeneralRe: 3 tier Architecture in asp.net Pin
IamAmit22-Feb-10 2:24
IamAmit22-Feb-10 2:24 
AnswerRe: 3 tier Architecture in asp.net Pin
gautamamit821-Feb-10 22:31
gautamamit821-Feb-10 22:31 
GeneralRe: 3 tier Architecture in asp.net Pin
IamAmit22-Feb-10 2:23
IamAmit22-Feb-10 2:23 
QuestionCan I just use the standard icons in my web application without getting into licensing issues? Pin
Rafferty Uy21-Feb-10 20:13
Rafferty Uy21-Feb-10 20:13 
AnswerRe: Can I just use the standard icons in my web application without getting into licensing issues? Pin
JHizzle21-Feb-10 23:58
JHizzle21-Feb-10 23:58 
QuestionNewbie ASP.NET Question Pin
peterdrozd21-Feb-10 15:28
peterdrozd21-Feb-10 15:28 
AnswerRe: Newbie ASP.NET Question Pin
Not Active21-Feb-10 15:33
mentorNot Active21-Feb-10 15:33 
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

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.