State persistence
14 Feb 20171 minute to read
TimePicker control provides options to maintain the selected value after you refresh the page by using State persistence property.
State persistence of the TimePicker
The following code explains you how to use theEnablePersistence property.
<ej:TimePicker ID="time" Value="10:10 AM" EnablePersistence="true" runat="server"></ej:TimePicker>