Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a textboxdate with a string value in it... the string is going to be a date... for example '9/17/2006'. I want to make another combobox equal to that day plus the next.

 

I know how to do it like this...

 

txtbox1.text = DateTime.Now.ToShortDateString

combobox1.items.add(DateTime.Now.AddDays(1).ToShortDateString)

 

but i want to not do it off of todays date but whatever date is in the textboxdate.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...