Question
4
Replies
207
Views
Capgemini India pvt ltd
Posted: June 22, 2017
Last activity: June 23, 2017
Dynamically select
hi,
i have a requirement that I want to display state name w.r.t country name i.e( if i select from country india result should be from city Bangalore,Delhi).
Thanks.
Mohan,
You should use a parameterised data page to take country name or code as input and fetch the list of states from DB with that parameter. Then refer this data page as a source of your state dropdown.