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?