I moved some projects to another server and using the code below i get
the error:-
"String was not recognized as a valid DateTime"
<asp:Label runat="server" width="40%" text='
<%#
DateTime.Parse( DataBinder.Eval (Container,"Dat aItem.dt").ToSt ring()).ToSh
ortDateString() %>' id="Label6">
*** Sent via Developersdex http://www.developersdex.com ***
the error:-
"String was not recognized as a valid DateTime"
<asp:Label runat="server" width="40%" text='
<%#
DateTime.Parse( DataBinder.Eval (Container,"Dat aItem.dt").ToSt ring()).ToSh
ortDateString() %>' id="Label6">
*** Sent via Developersdex http://www.developersdex.com ***
Comment