Ask a Question related to ASP.NET General, Design and Development.
-
Sonali.NET[MVP] #1
Re: How to use formatting expression on DataGrid bound column.
Refer
[url]http://www.c-sharpcorner.com/Code/2003/June/FormatDataGridData.asp[/url]
[url]http://www.c-sharpcorner.com/Code/2003/June/DataFormatString.asp[/url]
HTH
Regards
Sushila
..NET MVP
"Manu" <ecy@bezeqint.net> wrote in message news:0c8a01c33a96$dac16a40$a001280a@phx.gbl...> When Creating a DataGrid it possible format every item
> using the DataGrid Property builder.
> In the builder under Bound column we will find data
> formatting expression field which according to MS help
> should contain an expression that will be applied on the
> column's data before presenting it. For example it is
> written that transforming Date/time format to a short
> presentation should be done here. It was not written HOW
> to write these formatting expressions.
>
> I would like to show a field of type Date/Time in it's
> short version (only dd/mm/yyyy) in a DataGrid. What
> expression should I use in the data formatting expression
> field?
>Sonali.NET[MVP] Guest
-
datagrid : change the string formatting expression
hello, i'm looking for code (C# preferably) in order to change programmatically in a datagrid the string formatting expression of one bound... -
Bound datatable + unbound column in datagrid
Is is possible to create an ASP.NET datagrid that mixes bound data pulled from a database table with an unbound column created by the program? I... -
Move bound column to right of dynamic column in datagrid?
I have a datatable that I am binding to a C# ASP.NET 1.1 web page. I also want to put an "Edit" column on the datagrid. However, whenever I use... -
datagrid cell and bound column
Hi, i've registered a week ago at the managed newsgroups, but I didn't get a mail that the registration was ok. So I hope my question is answered. ... -
Bound Column or Template Column (w dAdapater?) in DataGrid
I am able to get the data using DataAdapter and the DataReader. I am more inclined to use DataAdapter because I want to update the data on the SQL...



Reply With Quote

