Nuacht

If I wanted to reference a control in a Windows or ASP.NET program, I'd use something simple like:myButton.Visible = FalseBut let's say I wanted to reference based on a String value, something ...
Hi,I need to change my vb data report Control(TopHeader) At Run TimeI have Tried thisSet rptInvoiceNew.Sections("ReportHeader").Controls("lblCompany").FontName = sHeaderFontNameSet rptInvoiceNew ...