DropDownList postback

M

Manuel

Hi all,
I have a dropdownlist with postback set to true because I need to use the
selecteditemchange event.
However, each time I select one item from the list, my page opens again. If
i select 10 times from my original page, finally I have 11 pages (my original
page+10new).
The IsPostBack event never returns true :(
Any help on this, please?
 
B

Brock Allen

Sounds like somehow there's javascript to open a new window and do a GET
of the original page. I'd suggest building a seperate page to test the AutoPostBack
of the DropDownList, get that working, then try to find out what extra stuff
the page that's not working has added that's not in your test page.
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top