I am used to Visual Foxpro and am trying to learn ASP.net 4. I am having problems with a bound listbox control. The DatasourceID = SqlDataSource1. The listbox shows all the all the rows of a certain field, but when I click on a single selection in the Listbox, nothing happens.
Then I tried changing the select command in the SqlDataSource1 DataControl and chose Control (ListBox1) from the parameter source drop down list. After this, the list box does not even get populated.
I am used to "wizards" in Foxpro and I found ASP.net difficult.
Then I tried changing the select command in the SqlDataSource1 DataControl and chose Control (ListBox1) from the parameter source drop down list. After this, the list box does not even get populated.
I am used to "wizards" in Foxpro and I found ASP.net difficult.