Re: How can i show DATAGRID date with out any time frame.
From: karunakar rao (karunakarraop_at_stcroixsystems.com)
Date: 10/20/04
- Next message: Tee: "Re: how to redeclare an array with different size but keep the previous data?"
- Previous message: Benoit Courchesne: "Need Help with DocumentProperties"
- In reply to: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Next in thread: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Reply: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 19 Oct 2004 23:00:50 -0700
Hi All
Iam Binding like this
<asp:TemplateColumn>
<HeaderTemplate>
dateIssued
</HeaderTemplate>
<ItemTemplate>
<asp:Label ID="Label2" Text='<%#
((DateTime)((DataRow)Container.DataItem)["datecomplete"]).ToShortDateStr
ing()%>' Runat=server />
</ItemTemplate>
</asp:TemplateColumn>
Here ["datecomplete"] this is column name
I doing like this.
Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'DataRow'
could not be found (are you missing a using directive or an assembly
reference?)
It's giving Error like this
Regards
venu
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Tee: "Re: how to redeclare an array with different size but keep the previous data?"
- Previous message: Benoit Courchesne: "Need Help with DocumentProperties"
- In reply to: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Next in thread: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Reply: Ignacio Machin \( .NET/ C# MVP \): "Re: How can i show DATAGRID date with out any time frame."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|