Repeating Table Question...

L

liu.xiaomu

I've got a repeating table with several repeating fields, 2 of them
are dropdown lists.

dropdown list 1 is filled by a web service.

Whate I want to achieve is:
When dropdown list 1 selection has been changed, call another web
service (take the value of dropdown list 1 as parameter) to fill
dropdown list 2.
It should work for each row in the repeating table seperately.

Is this possible?
If possible, how to do it?

Thanks a lot...
 
K

K.Ramana Reddy(GGK Tech)

Hi,

I have one question,
You want fill the Second drop down based on first drop down selected value?
is it correct?
 
L

liu.xiaomu

Hi,

I have one question,
You want fill the Second drop down based on first drop down selected value?
is it correct?

Yes, I want to fill the second dropdown (and another textbox actually)
based on the the first dropdown selected value.
 
L

liu.xiaomu

Thanks Ramana. That link works perfectly for dropdown/combo. However,
it doesn't work for a textbox (i.e. auto fill a textbox based on
dropdown list selection)...
Any idea for textbox?
 
K

K.Ramana Reddy(GGK Tech)

Hi,

Basically you can hide/show/disable the field based on selected value in
drop down list.
I think we can populate the values to text field, but it is limited not like
drop downs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top