I have a DropDownList which is populated with One SharePointList in INFOPATH and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & Action. This works fine.
i have also tried with XML binding it works. But, Now i want to retrieve data using TWO DIFFERENT SHAREPOINT LISTS in DropdownList2 Depending on Value of DropdownList1 (Want to use ClientID as LookUp value)depending on the Selected value of Dropdownlist1 bind corresponding data in DropdownList2.
Note: There are two Different Lists(Data Connections)
Eg: ClientList(ClientID,Name,City)
ClientAddress(ClientID,Address1,Address2)
Depending on `ClientID` from `DropDownList1` the `DropDownList2` or `ListBox` Must contain `Address1` Value from `ClientAddress Sharepoint List` must be filled with Corresponding Address1,Address2.
Help Appreciated! Thanks!