> Yves
> thanks for the reply
> I get the error below when I try your suggestion
> CS0103: The name 'NumberFormatInfo' does not exist in the class or namespace
> 'ASP.ViewAuction_aspx'
'ASP.ViewAuction_aspx' is probably where your class or control AuctionRow[]
is defined.
You should look at the definition of your class or control AuctionRow[]. It
should probably override the ToString method.
You could add your own overload member to fulfill your need.
> Can I add a class to a aspx page or do I need to put the code on the aspx.cs
> page and then display the label on the aspx page
> Is NumberFormatInfo a part of System.Globalization or does it need a
> seperate definition
Yes, NumberFormatInfo is part of System.Globalization.
> Sorry but I am pretty new to .net and c#
>
[quoted text clipped - 34 lines]
> > >
> > > Wayne