I'm not sure if this is the right forum, but I post here since using WAP is the only way I found to do this. I don't understand why you can't set the visibility of the controls in WebForms, it should work like WinForms. So, to the point...
For example, imagine we have a MasterPage, we have TextBox in it. We want to change the TextBox's text property from within a contentpage depending x or y, why should we waste time using FindControl?, creating additional methods or properties to handle this etc?, this is lame; it just doesn't make sense. Fortunately, with WAP, we can change the .designer.cs/vb file and change the modifier from protected to public, and we have strongly-typed access to the controls we need, it works like a charm, so easy...
It would be nice if we could just change the modifier using the properties windows (like in WindowsForms), or maybe using the context menu in design view or something.
Any idea if this can be implemented in WAP or via addin?
-
Edgardo