aspx_professional thread: Add EditCommandColumn Dynamically...
Hi
I need to add a EditCommandColumn dynamically rather than with
<asp:EditCommandColumn...
I can add DataColumn like this...
dt.Columns.Add(New DataColumn("Access", GetType(String)))
Please help...
Thanks
Rob
|





