Rajesh Kumar

Rajesh Kumar

  • NA
  • 128
  • 76.9k

How to Get a value to DropDownList which is already Binded with other Table Data?

Aug 11 2012 7:14 AM

Hello there,

I have a problem which i can't understand how to solve it. Help me to get rid of this.

1. My web form having the Employee fields like No(TextBox), Name(TaxtBox), Salary(TextBox), Designation(DropDownList).
2. My form is used to Save, Update and Delete the Employee's Data from Employee Table.
3. I bind the Designation Table Data to the Designation DropdownList.
4. Insert was working good (Enter data to TextBoxes and Select a value in DropDownList).
5. Whenever i want to update data, i enter the No(TextBox) and press Edit Button. I get Name, Salary. But i can't get Designation to DropDownList to Change values and Update the particular Employee's data.

That is the problem i faced. Help me..

Thanks..

Answers (1)