0
I'm creating two dynamic dropdown controls inside a panel and I'm unable to get values of dynamically created control values.
0
strDDLValue = ddlName.SelectedItem.Text + "," + ddlLocation.SelectedItem.Text
ddlName and ddlLocation is not the same variable that are declared on the loop.