Hi ALl
I have one datagrid in asp.net.I generate columns in grid.
But i know how to add column in c# with asp.net like
DG.Columns.Add(SetStyle(new BoundColumn(),"Order","OrderID",""));
DG.Columns.Add(SetStyle(new BoundColumn(),"Order Date","OrderDate","{0:D}"));
DG.Columns.Add(SetStyle(new BoundColumn(),"Required Date","RequiredDate","{0:D}"));
but when i write this code in
vb.net with asp.net ,it gives an error.
How can i write in asp.net?
if u have and,pls give me guidenece.
Thanks
monika