Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dahlstrand

    Disable a TabPage in C#

    I have a simular problem with the same thing... I found a knowledge base article confirming this behivior kb 834616. Is there anyone that knows a way around?
  2. dahlstrand

    Binding a textbox to a custom class

    I have searched and searched in the MSDN for different information on binding and objects and classes. and veriation of these and simular/related words. I have found that it might need to implement IList or simular collections but nothing concreet that will help me solve the issue. If anyone...
  3. dahlstrand

    Binding a textbox to a custom class

    Sorry, that is correct The property reflects a private variable in the class. This is being updated correctly. I have also tried as in your last code in the "DoCalculations" procedure specificly adressed the property to updated the value of this property. None of this updates my bound text...
  4. dahlstrand

    Binding a textbox to a custom class

    Thanks for your answer! I have set up the code simular to the reply from MastaKilla exept that I bound the object as suggested by SBendBuckeye. The quetion is that if the textbox is bound to the object Why do I have to manualy update the textbox as you both suggest? If I bind the textbox to...
  5. dahlstrand

    Binding a textbox to a custom class

    I'm building a custom class with properties. I declair this class as a object in the form I have managed to bind a texbox to a class property and gets the value into the textbox. So far all good. The problem is when the value changes in the class it does not update the text box... I'm I...

Part and Inventory Search

Back
Top