Java Reference
In-Depth Information
After renaming both of our tabs, and executing our application, we can see our new
tab in action.
Binding a Drop-Down List to a Database Table
Notice that our new tab has, among other components, a Drop Down List
component used to allow the user to select a state. We of course need to add the
correct options to this drop-down. We could add the options by hand like we
discussed earlier, or we could use a very nice Visual Web feature, populating
drop-down options from a database table.
This section assumes that the customerdb database has been already
created, as described in the previous chapter.
 
Search WWH ::




Custom Search