Tagged Questions

2
votes
2answers
505 views

cant format datetime using dataformatstring

For some reason i can not format the text of my date in a gridview <asp:BoundField DataField="deptdate" HeaderText="Departure Date" dataformatstring="{0:ddd, MM/d/yyyy}" htmlencode="False" ...
1
vote
1answer
173 views

ASP.NET DataBoundField DataFormatString, how can I add html correctly?

I have a DataboundField in a grid. I'm trying to display a date in Euro format and the time. The time should be wrapped in a span with a css class applied to it. I am using this, ...
1
vote
3answers
1k views

Set DataFormatString on DataGridView at Runtime?

Is it possible to set the DataFormatString property of a column or cell in an ASP.NET DataGridView at runtime?
0
votes
1answer
268 views

how show raw xml string in Telerik RadGrid columns without rendering

i have a boundedColumn In my telerik RadGrid As string Type -> some xml codes ... how can i show that column (raw xml) in that RadGrid without rendering? my problems : my grid direction is right to ...
0
votes
2answers
135 views

How do I get ShortDateFormat in classic asp

In asp.net I'm using this one: System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern Is that possible to get it in classic asp?