News

Windows Forms supports binding to a data source which can be either a DataSet/DataTable from ADO.NET or an object (since .NET Framework 2.0).
As long as all the controls are children of the main form, it's trivial to traverse the list and just remove/modify the ones with the name you're looking for.<BR><BR>I've never worked in VB.Net ...