Hi,
I have two date fields one is for date From and another on is for Date to. All I want to show date in from field as Today's date and in To field it should display date after one month from today.
Date from field I have used :
txt_to.Text = DateTime.Now.Date.AddDays(0)
But for Date To Field I have no idea.
Please help.