hi everyone
i have this select command
"SELECT AppointmentID , StartDate, EndDate, Title, EstimatedTime, RoomId FROM Appointments"
when i use <asp:Label Text='<%# Eval("Title") %> ' /> in the AppointmentTemplate tag i get this error :
DataBinding: 'Telerik.Web.UI.Appointment' does not contain a property with the name 'Title'.
but when i use <asp:Label Text='<%# Eval("End") %> ' /> i get the answer
can anyone solve my problem ?
i have this select command
"SELECT AppointmentID , StartDate, EndDate, Title, EstimatedTime, RoomId FROM Appointments"
when i use <asp:Label Text='<%# Eval("Title") %> ' /> in the AppointmentTemplate tag i get this error :
DataBinding: 'Telerik.Web.UI.Appointment' does not contain a property with the name 'Title'.
but when i use <asp:Label Text='<%# Eval("End") %> ' /> i get the answer
can anyone solve my problem ?