Telerik DatePicker Bind with Database Datetime field


<telerik:RadDatePicker ID="ToDate" runat="server"
DbSelectedDate='<%# Bind("ToDate") %>' >
 <DateInput ID="DateInput1" runat="server" DateFormat="MM/dd/yyyy" DisplayDateFormat="dd/MM/yyyy">
 </DateInput>
 </telerik:RadDatePicker>

DbSelectedDate : This property don't use to show but it will work

Comments

Popular posts from this blog

How to remove app from SharePoint 2013/2016

The model backing the context has changed since the database was created. Consider using Code First Migrations to update the database