If DroprownListBox1 = A --> DropdownListbox2 will contain 1,2 and 3
If DroprownListBox1 = B --> DropdownListbox2 will contain 1 and 2
If DroprownListBox1 = C --> DropdownListbox2 will contain 1
Hi,
The problem that I have is that when I select the first Value in the first dropdown List I get the correct result but when I change the value I get the first result + the correct result . It seems Like the second Dropdwonlist is not cleared after choosing an item in the first one .
Hi
I have two dropdowns in grid view first dropdown is x and second dropdown is y When I select a x from the global list, the form displays multiple dropdown entries with the same values (e.g., a, a and b, b, b, …) the values same in global list also but i want unique values based on x dropdown i have to fill y drop down. global list columns D, E, values a,1 and a, 2 and b,5 and b, 6 like that