This code is able to display a table and show me state, County, Genus and GenusCount and also it shows when I select option as All for Counties in my drop down.

it can based on which it can change my table and give me State, all the Counties, its Genus, GenusCount but when I select a particular County and then select for genus in my drop down menu.

It is not working correctly. This is my code.
http://paste.flingbits.com/m58f9160

Example: If I select `Tennessee->Anderson->All` it should display in tables
<pre>
_____________________________
|State |County |Genus |
|═════════|════════|════════|
|Tennessee|Anderson|Acer |
|_________|________|________|
|Tennessee|Anderson|Acalypta|
|_________|________|________|
</pre>

Could any one please help with this.


http://paste.flingbits.com/m2700864

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.