In the regular aspx pages, I can get the value like this.

strValue = cmbEmployee.SelectedItem.Text

In my Mobile Web page, this object is not available.

No matter which object I select, I cannot seem to get the text value that the user selects from the drop down box.

Anyone have the answer?

Thanks