How to get input box field cascaded by another input box selection
i have two input boxes. in my first input box i am showing start milestones whereas in 2nd input box am showing end milestones. in both the the input boxes i've list of values. now i want to show value in 2nd input box based on selection of values in first input box. for e.g there are three values 'apple','guava','banana' in 2nd input box . and 'a','b' and 'c' in 1st input box. when i select 'a' in first input box , i have to only show 'apple' in 2nd input box ...not rest of the values. how can i show this?? this is my requirement.please help me if anyone of u faced the same issuse.