In My Asp.net webpage I need to display today\'s date into one of the textbox , so in my form load I wrote the following code
textbox1.text = System.DateTi
Look into using the ToString() method with a specified format.