|
 |
aspx thread: Listboxes problem
Message #1 by "Greg Quinn" <greg@i...> on Tue, 15 Oct 2002 02:50:37 -0700
|
|
I have two listboxes on my page.
Both are populated on Page_Load() from a database.
There is a client-side javascript that lets the user move items from one
listobx to the other.
My problem I have now is getting the info updated on the client-side script
back to the server to recognise that the information has changed in the
listboxes.
I have tried everything from disabling the viewstate, to using request.form,
but I'm not getting any luck here.
Can someone point me in the right direction to get this working...
Thanks
Greg
Message #2 by "Rizwan Bashir" <wet51@h...> on Tue, 15 Oct 2002 11:51:46 +0000
|
|
it is not possible Until or unless the form will be posted or server side
Control or Use Applet
>From: "Greg Quinn" <greg@i...>
>Reply-To: "ASP+" <aspx@p...>
>To: "ASP+" <aspx@p...>
>Subject: [aspx] Listboxes problem
>Date: Tue, 15 Oct 2002 02:50:37 -0700
>
>I have two listboxes on my page.
>
>Both are populated on Page_Load() from a database.
>
>There is a client-side javascript that lets the user move items from one
>listobx to the other.
>
>My problem I have now is getting the info updated on the client-side script
>back to the server to recognise that the information has changed in the
>listboxes.
>
>I have tried everything from disabling the viewstate, to using
>request.form,
>but I'm not getting any luck here.
>
>Can someone point me in the right direction to get this working...
>
>Thanks
>Greg
>
>
>---
>
>ASP.NET 1.0 Namespace Reference with C#
>http://www.wrox.com/acon11.asp?ISBN=1861007442
>
>ASP.NET 1.0 Namespace Reference with VB.NET
>http://www.wrox.com/acon11.asp?ISBN=1861007450
>
>These books are a complete reference to the ASP.NET namespaces
>for developers who are already familiar with using ASP.NET.
>There is no trivial introductory material or useless .NET
>hype and the presentation of the namespaces, in an easy-to use
>alphabetical order ensures a user-friendly reference format.
>We provide in-depth coverage of all the major ASP.NET classes,
>giving you those real-world tips that the documentation doesn't
>offer, and demonstrating complex techniques with simple
>examples.
>
>---
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
|
|
 |