If I wanted to reference a control in a Windows or ASP.NET program, I'd use something simple like:<BR><BR><pre class="ip-ubbcode-code-pre">myButton.Visible = False ...
Just a note that .NET 2.0 will have a web browser control that is written in managed code. This will make it easier to do what you're looking for, but unfortunately you have to wait along with the ...
ASP.NET 2.0 lets you build a data-bound custom control that ensures your data is always displayed consistently. Thanks to the changes in databinding in ASP.NET 2.0, creating your own data-bound custom ...