D
DolceVita
Hi,
I'm asking me if it's but possible with C# code (or without) to change
the path of a dropdown listebox depends on one fields in the primary
datasource!
for example the following repating section:
....
<Element id="21">
<Path>Root/Data/Model</Path>
<Texte>
<Choice></Choice>
<Text/>
</Texte>
</Element>
....
Choice is my dropdown, Path is where I can find the items to show in my
dropdown and id is the condition!
So in my dropdown the path to select is:
Root/Data/Model[@id='21']
the value and display name is the selected element of the path (Model
for this example)!
The problem is that in another occurence of my repeating section I have
my dropdown with other path and naturally other content!
Is it possible to do this? or not?
Thanks
I'm asking me if it's but possible with C# code (or without) to change
the path of a dropdown listebox depends on one fields in the primary
datasource!
for example the following repating section:
....
<Element id="21">
<Path>Root/Data/Model</Path>
<Texte>
<Choice></Choice>
<Text/>
</Texte>
</Element>
....
Choice is my dropdown, Path is where I can find the items to show in my
dropdown and id is the condition!
So in my dropdown the path to select is:
Root/Data/Model[@id='21']
the value and display name is the selected element of the path (Model
for this example)!
The problem is that in another occurence of my repeating section I have
my dropdown with other path and naturally other content!
Is it possible to do this? or not?
Thanks