c# - How to add datasource to textbox in visual studio 2015 -
in form have drop down list displays products
and textbox should display price selected product
my question how can add datasource textbox ?
you can add event-handler drop-down list gets called, when user selects different value in drop-down list.
then change value of textbox in event-handler method.
hope helps, please comment if need more information.
Comments
Post a Comment