How to Merge ComboBox Selected item and TextBox value and then Added to ListBox.

  • Thread starter Thread starter Sahana M
  • Start date Start date
S

Sahana M

Guest
Hiiii,

I'am Writting a Code in C#, WPF. My Program is to Add ComboBox Selected Item and Textbox Value, When i Click ADD Button Both ComboBox and Textbox value should be added to listBox in Same Row.


I have 1 <b>ComboBox</b> to Select Country Code, And 1 <b>Textbox</b> to Enter Mobile Number According to Selected Country Code. and One <b>ADD</b> Button To add Both [ComboBox and TextBox] value to <b>ListBox</b>

How i Write a code for this ??.


THANK YOU

Continue reading...
 
Back
Top