Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / October 2006

Tip: Looking for answers? Try searching our database.

DropDown with AutoPostBack

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Max - 29 Aug 2005 07:46 GMT
How can i force AutoPostBack when i change an item of dropwdown ?
Thanks
Paul D. Fox - 30 Aug 2005 15:05 GMT
Change the "AutoPostBack attribute to "True" in the "Properties" of the
Control.  Or, in HTML add "AutoPostback="True" after the Control ID

Paul

> How can i force AutoPostBack when i change an item of dropwdown ?
> Thanks
Max - 30 Aug 2005 15:19 GMT
but in dorpdown mobile control don't exist AutoPostBack properties...
thanks

> Change the "AutoPostBack attribute to "True" in the "Properties" of the
> Control.  Or, in HTML add "AutoPostback="True" after the Control ID
[quoted text clipped - 3 lines]
>> How can i force AutoPostBack when i change an item of dropwdown ?
>> Thanks
Paul D. Fox - 30 Aug 2005 22:01 GMT
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

> but in dorpdown mobile control don't exist AutoPostBack properties...
> thanks
[quoted text clipped - 6 lines]
>>> How can i force AutoPostBack when i change an item of dropwdown ?
>>> Thanks
Max - 02 Sep 2005 07:42 GMT
but this not generate a AutoPostBack...

>I think you'll need to add a command to the control called
>"onSelectedIndexChanged" then write an Event in the Code-Behind.
[quoted text clipped - 15 lines]
>>>> How can i force AutoPostBack when i change an item of dropwdown ?
>>>> Thanks
vbpavel - 11 Oct 2006 08:10 GMT
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

ptsekov@logsys.be

Greetz,
Pavel

> *but this not generate a AutoPostBack...
>
[quoted text clipped - 9 lines]
> >
> > *

--
vbpavel
------------------------------------------------------------------------
http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message1820308.html

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.