ViewState in my Wizard
问题 I have a Wizard to Add an Employee from my org. In Step1, I have few controls, one of them is EmpID (PK). The problem arrives in Step2, where I have only one control that is DropDownList1 which is binded from Datasource (code-behind). I want this value of DropDownList1 and EmpID from previous Step to insert it into another table called 'dbo.Emp_Skills'. 'dbo.Emp_skills' table has 2 columns: EmpID (FK) | SkillID (FK) How do I insert value of EmpID into this table when it is not actually saved?