Groups | Blog | Home
all groups > asp.net > may 2005 >

asp.net : Mono, DataGrid and Data formatting expression


camelweb NO[at]SPAM bigpond.com
5/29/2005 11:13:17 PM
Hi,

There doesn't seem to be a usenet group for Mono programming, so I
thought I'd post my question here.

In Visual Studio I set the data formatting expression for one of my
DataGrid columns to {0:#.##}. When I run this on my test IIS server all
is sweet. When I post this to my Apache server, I get a
FormatException. If I change the format expression to one of the
pre-defined ones (like {0:g}), then I don't get a FormatException.

I created a little test C# program (for my Linux box) with the
following line :

SomeDouble.ToString("{0:#.##}")

and it works.

Has anybody had any experience with this? I'm using Mono 1.1 (with
mod_mono) on Fedora Core 3 with Apache 2.0.52.

Regards,

Camel
Scott Allen
5/30/2005 11:11:39 AM
Hi Camel:

Try the mono list [1] - it is the support area for mono.

http://lists.ximian.com/mailman/listinfo/mono-list

--
Scott
http://www.OdeToCode.com/blogs/scott/


[quoted text, click to view]
AddThis Social Bookmark Button