Hi
I have below code & i want when clicked on Add modal popup opens & in Dropdown i want to display States of selected record in a dropdown
try
{
StringBuilder htmlTable = new StringBuilder();
string ParticipantType = "";
BALTrainingHeader bALTrainingHeader = new BALTrainingHeader();
List Result = bALTrainingHeader.GetRecordListDrafted();
if (Result != null)
{
BALEmployee bALEmployee = new BALEmployee();
htmlTable.Append("
Thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.