My code below has a dropdownlist and in the database this field is null...when I run my code however nothing happens
If IsDBNull(Demo.Item(5)) = False Then
ddlCat2.Text = Server.HtmlDecode(Demo.Item(5))
Else
ddlCat2.Text = ""
End If
Go to the complete details ...