How to get data from database in text box on selecting a value from combobox in C# web forms?
Im using two tables employee and worker table.i succeeded in populating combobox with data from SQL employee table.When I click employee’s data in combobox I cant display related data from worker table in textbox. plz help me….
I KNOW HOW TO DO THIS IN WINDOWS FORMS . PLZ TELL ME ABOUT WEB FORMS.
Im using two tables employee and worker table.i succeeded in populating combobox with data from SQL employee table.When I click employee’s data in combobox I cant display related data from worker table in textbox. plz help me….
I KNOW HOW TO DO THIS IN WINDOWS FORMS . PLZ TELL ME ABOUT WEB FORMS.
Comment