DropDown with AutoPostBack

P

Paul D. Fox

Change the "AutoPostBack attribute to "True" in the "Properties" of the
Control. Or, in HTML add "AutoPostback="True" after the Control ID

Paul
 
P

Paul D. Fox

I think you'll need to add a command to the control called
"onSelectedIndexChanged" then write an Event in the Code-Behind.

<mobile:SelectionList id="SelectionList1" runat="server" SelectType=DropDown
OnSelectedIndexChanged="onSelectedIndex_Changed"></mobile:SelectionList>

Paul
 
M

Max

but this not generate a AutoPostBack...

Paul D. Fox said:
I think you'll need to add a command to the control called
"onSelectedIndexChanged" then write an Event in the Code-Behind.

<mobile:SelectionList id="SelectionList1" runat="server"
SelectType=DropDown
OnSelectedIndexChanged="onSelectedIndex_Changed"></mobile:SelectionList>

Paul
 
V

vbpavel

Hi Max,

I'm also having the same AutoPostBack problem.
The current solution I know is working is:

Using a DeviceSpecific control and putting a standard ASP.NET combobox
inside it.

If you want details (code) about this, please contact me at

(e-mail address removed)

Greetz,
Pavel
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top