asked on
ASKER
myListbox.Items.Add(New ListItem("--Please chose Coverage Group--", ""))
myListbox.SelectedValue = ""
ASKER
myListbox.Items.Clear()
myListbox.Items.Add(New ListItem("<geen>", "none"))
myListbox.AppendDataBoundItems = True
myListbox.DataSource = mydatasource
myListbox.DataBind()
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY