P
Philip Townsend
I have a dropdown list control and need to get its value. The dropdown
list is populated from a dataset, which gets its contents from sql
server.
I am using the following syntax: val=dd.SelectedItem.Value . The value
is getting populated, but will only return the value of the first item
on the list, regardless of any selection that has been made by an end
user. Any clues as to why this is happening?
list is populated from a dataset, which gets its contents from sql
server.
I am using the following syntax: val=dd.SelectedItem.Value . The value
is getting populated, but will only return the value of the first item
on the list, regardless of any selection that has been made by an end
user. Any clues as to why this is happening?