G
Guest
I have a repeating table with two drop-down list boxes
The first box list box filters the contents of the second list box, PER ROW in a repeating table
I have figured out how to reference the current row using..
var oField1 = eventObj.Site.selectSingleNode("../my:RatingProviderID")
But now I need to load the second listbox with the filtered results based on the selection of the first drop-down for only that row
I have a web-service that does takes a filter parameter and does the filtering, but I'm not sure how to get from here to there
Any help is appreciated..
Thanks
Peter in Boston.
The first box list box filters the contents of the second list box, PER ROW in a repeating table
I have figured out how to reference the current row using..
var oField1 = eventObj.Site.selectSingleNode("../my:RatingProviderID")
But now I need to load the second listbox with the filtered results based on the selection of the first drop-down for only that row
I have a web-service that does takes a filter parameter and does the filtering, but I'm not sure how to get from here to there
Any help is appreciated..
Thanks
Peter in Boston.