How to force a "protected friend" scope to an asp.net control?

Posted by Fredou on Stack Overflow See other posts from Stack Overflow or by Fredou
Published on 2010-02-23T18:29:36Z Indexed on 2010/03/12 15:57 UTC
Read the original article Hit count: 266

Filed under:

I need to change, for good, the scope of some controls from the default protected to protected friend

The problem is, if I change it manually, my change will be undone every time I open or change the front end of the page (.aspx).

Is it possible to force a scope on a control, like with winform?

© Stack Overflow or respective owner

Related posts about ASP.NET