DropDownList ddl = (DropDownList)FormView1.FindControl("jobTitleDropDownList"); ddl.Items.Clear(); ddl.Items.AddRange(modelObj.getMiscStatusItem("Job Title"));
modelObj.getMiscStatusItem("Job Title")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)