Monday, January 18, 2010

In c# how do i bind a combobox control to a textbox control?

I have a combo box that is binded to a table but i want whenever i select a value from the combo box i want it to appear in the textbox.





Please help ?In c# how do i bind a combobox control to a textbox control?
When the window receives the message, if the message is from that control then set the statement to change the value of your textbox to w/e you decide to make it.





If user clicks combo box option 2


Set textbox text to ';2';











- Hex;


Xpence Technologies

No comments:

Post a Comment