What should i do if i want to add 10 years to the present date and display it in a textbox2 where i have present date in textbox1. pls Reply.
Thnx in advance!!
1
Expert's answer
2011-11-08T11:38:01-0500
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace WindowsFormsApplication5 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }
Comments
Leave a comment