Hi
Please guide us for the error of Object must implement IConvertible
We are having Dropdownlistbox populated with date field from database like
<asp:DropDownList ID="ddlLastUploadTime" runat="server"
DataSourceID="SqlDataSource2" DataTextField="Expr1"
DataValueField="AttendanceID">
</asp:DropDownList>
<asp:SqlDataSource ID="SqlDataSource2" runat="server"
ConnectionString="<%$ ConnectionStrings:DB11_onnectionString1 %>"
  ...
Go to the complete details ...