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!
"Siva M" <> escreveu na mensagem
news:ECE7A8F1-97CD-4882-B11F-...
> <%# Bind ("DATA_CONTRATO", "{0:dd/MM/yyyy}") %>
>
> "Paulo" wrote:
>
>> 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 ?
>>
>>
>>
|