Re: Client callback - update control state
- From: FatherUCKing@xxxxxxxxx
- Date: 13 Dec 2006 16:06:51 -0800
Cool, that works - I can now manually pass values to the server code
during client-callback (though it's a bit cumbersome).
So how do I "save" the viewstate during the client callback so that
when the page is finally posted-back, the control state of the second
list box will maintain those values?
bruce barker wrote:
usually your javascript keeps list of selected list values in a hidden
field that is posted back.
-- bruce (sqlwork.com)
FatherUCKing@xxxxxxxxx wrote:
I'm trying to implement an add / remove listbox system ...one listbox
has available values the second represents the saved values. Using the
client-callback features, how would I write the code to ensure that the
control state of the saved selections listbox represents the changes
that occurred on the clientside (ie adding / removing items) and keep
it synchronized with the server representation of the listbox?
.
- References:
- Client callback - update control state
- From: FatherUCKing
- Re: Client callback - update control state
- From: bruce barker
- Client callback - update control state
- Prev by Date: Re: Updating 3 interdependant dropdowns using ajax
- Next by Date: Re: transferring an asp.net project from one pc to another
- Previous by thread: Re: Client callback - update control state
- Next by thread: Re: want my own extention like http://www.myserver.com/default.prt
- Index(es):