I made a page without using a MasterPage. I have 3 Drop Down Lists (DDL).
The first DDL one shows some values. The second one is filled with data, and it depends on the value selected on the first DDL. The third DDL depends on the value selected on the second DDL.
The first and second have AutoPostBack = true.
It works fine. :)
The problem comes when i use a master page.
When the controls are inside a content page, the SelectedIndexChanged is not fired, and the selected values is always the first item in the DDL.
Why does this happen?
How can i make it work the same way it does when the controls are not in a content page?
Any help would be really appreciated.
Thanks
:D