Hello,
Not sure if this is exactly the right place to post this, so let me
know if there is a more relevant group.
I have a series of private members in my class, none of which are
'assigned to' as far as the compiler can tell. They *are* set, just by
reflection in a base class. Each member is tagged with an attribute
that tells the binder to do this, so I was hoping to use this as a
basis for supressing or eliminating the compiler warning.
I know that the ASP.Net controls, when you put them in something that
derives from Page, do not complain about this. Perhaps this is a
starting point?
The code currently looks like this :
[BindForMe] protected Textbox txtBox = null;
The null is required, or the error shows up.
Not even sure exactly what question to ask, so any help would be much
appreciated.
Thanks,
Andrew Backer