And that's why I use VB.Net
David Wier
MCP, MVP ASP.NET, ASPInsider
http://aspnet101.com
http://aspexpress.com
"Patrice" <> wrote in message
news:...
> C# is case sensitive. The keyword is false (rather than False with a
capital
> letter).
>
> Patrice
>
> --
>
> "gale" <> a écrit dans le message de
> news:b9l8ntj1vl03.1svtfcby90pq7$....
> > Want to configure properties of a datagrid in C# during runtime. I want
to
> > run the following simple command:
> >
> > DataGrid1.AutoGenerateColumns=False;
> >
> > But I am presented with error that name "False" does not exist in my
class
> > etc....
> >
> > Do I need to reference some dll or what???
>
>