Template GridView

  • Thread starter Thread starter Paulo
  • Start date Start date
P

Paulo

Hi, I have a template wich shows a DateTime returned from the SQL server,
but where do I put a function wich returns only the date not the time?

<asp:Label ID="Label9" runat="server" Text='<%# Bind("DATA_CONTRATO")
%>'></asp:Label>

Can you help me ?
 
Thanks a lot Siva, worked... but how do you know all the functions and these
tricks that .net can do?

Do you have any didatic sites/materials wich teachs these tricks and tips?

thanks!
 
Back
Top