Is there a way I can have Default values and control parameter.
I have a table comprises state and cities I need to build dropdown where
By default ALL cities display in drop down
if user select a state then only cities related to that state only should be in the drop down
How can I do that?
Pl. help