Hi guys,

I got this strange problem which I can't seem to solve.
I have this Iframe within a webpage and I am opening another page within this.
This nested page contains two drop down controls.

The selection of the first dropdown populates the second with some values.
The selection of the second dropdown does some stuff on the form.

I need to show the selected option as "Select" in the second dropdown on a selection change in the first dropdown.

I am doing this through the following piece of code in vb.net

cmblist.items(0).selected=true

Although this seems to work when I execute the page alone but doesn't seem to have any effect when the page is within the Iframe.

Can anybody point out what seems to be the problem and what's the probable solution for the same.

Thanks in advance.

Hmm, that is interesting. Can you post more code for me to look at ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.