From: Jason on 2 Jun 2010 11:06 Hi, How do I rerefence my combobox in my VB code behind. It's sitting in an ASP formview. When it is outside the formview my code behind works like this: Private Sub cboCurrency_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboCurrency.DataBound cboCurrency.SelectedIndex = cboCurrency.Items.IndexOf(cboCurrency.Items.FindByText("GBP")) End Sub When I put the combo inside the formview it says "cboCUrrency is not declared" Thanks for your help Regards, fidl
|
Pages: 1 Prev: TreeView / SQLSiteMapProvider Question Next: How to perform load Test |