Enter current date into a TextBox

Discussion in 'ASP.NET / ASP.NET Core' started by Merv Norton, Feb 19, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a GridView with a a string date field in the format of YYYMMMDDD, ie 21010218, I can filter the 3000 records very quickly by entering the current date, 20100218, into the TextBox by clicking on a Submit Button. How can I automate this process by automatically entering the current date into the TextBox so that the filtering will always show all records that have a date older than the current date?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page