T
trint
How can I do this WinForm code in a WebForm please?
this.TextBox1.AppendText(Environment.NewLine);
this.textBox1.AppendText(Calendar1.SelectedDate.ToShortDateString());
Thanks,
Trint
this.TextBox1.AppendText(Environment.NewLine);
this.textBox1.AppendText(Calendar1.SelectedDate.ToShortDateString());
Thanks,
Trint