I have 2 iframes one on top of the other. In the top iframe I have a webdropdown, when I click it to open the drop down goes behind the lower iframe. How do I fix this? I have EnableDropDownAsChild="false"
Sounds reasonable!
I'm glad you were able to figure out a solution to your problem!
I am no longer going with the iframe, I got my code to work without it. I am not going to go back and undo all that I have already got to work.
Hi again,
The EnableDropDownAsChild property signifies whether the drop down container should be a child element of the drop down in terms of markup. However in the cases of true and false the markup is still in the context of the iframe that the drop down control belongs to. The only reason for the drop down container to open behind your 2nd iframe is for the iframe to actually be on top of the iframe the drop down belongs to. Making the 2nd iframe transparent could be a possible solution to your problem.
Let me know if this information helps in any way!
No, I had to take it out of the iframe and put it on the parent page. Kind of a pain, but I have yet to receive any help on the situation, so I had to figure out a way to get it done.
mts176,
Were you able to resolve this by setting EnableDropDownAsChild to true?