RIck Mueller

RIck Mueller

  • NA
  • 47
  • 0

adding dates in textboxes

Mar 1 2010 4:10 PM

I have two Textboxes  lets say
Final Date will populate in tb.Text
I have textbox poplulates a number so that number 3
My thought would be
 
tbdate.Text = ShText.Text + DateTime.Now.ToShortDateString();

But it doesn't add  3 days to todays date
Any thoughts?

Answers (6)