Code:
protected void SpecificationNameDropDownList_SelectedIndexChanged(object sender, EventArgs e)
{
if (SpecificationNameDropDownList.SelectedItem.Text != null)
{
SpecificationValueLabel.Visible = true;
SpecificationValueDropDownList.Visible = true;
SqlConnection