Do I have to get ugly to get an answer to a basic question???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It doesn't seem like rocket science that I should be able to do something with a basic TextBox and NOT be able to do the same thing when I subclass it!! Hasn't anybody out there ever inherited from TextBox and tried to data-bind it??? It's two-way with the default textbox, one-way in the child class.
 
What have you done in your subclass? It is the most likeley culprit.

sandman said:
It doesn't seem like rocket science that I should be able to do something
with a basic TextBox and NOT be able to do the same thing when I subclass
it!! Hasn't anybody out there ever inherited from TextBox and tried to
data-bind it??? It's two-way with the default textbox, one-way in the child
class.
 
Back
Top