Mtrevor
New Coder
Hi guys I am developing an application using asp. net mvc, I have a page that has a date picker which has an on change method when clicked it reloads the whole entire page with the filtered data based on the date selected on the date picker. My problem is when the page reloads the date on the picker in the ui resets to the current date but I want it to set the selected date to be the one I've selected before. eg current date is 12 March 2021 when I select a new date like 05 April 2021 the page reloads and on the date picker it set it back to todays date but I want it to select the 12 March 2021.