A
arun
Hi
How can I bind a textbox to current date in asp.net 2.0.
I want to achieve the same result that I will get when i am using
TextBox1.Text = System.DateTime.Now.ToString();
by binding in the aspx file(in the mark up for text box)
How can I bind a textbox to current date in asp.net 2.0.
I want to achieve the same result that I will get when i am using
TextBox1.Text = System.DateTime.Now.ToString();
by binding in the aspx file(in the mark up for text box)