Posted on: 6/5/2014 11:25:56 PM | Views : 325

Hi
i have a two cascading dropdownlists which is getting it value from the database the first one contain many of category such as: Apartment -Vehicle... so if the user choose Vehicle the 2nd dropdownlist should show the cars- boats...    and i have a panel that should automatically since the user choose cars from 2nd dropdownlist but i am getting an error in server side code
Error 12 The name 'Cars' does not exist in the current context

if (SubCatedrdoads.SelectedItem != Cars) { carpanel.Visible = true; } else { carpanel.Visible = false; } Any help with this case 

Go to the complete details ...