Re: can javascript do this

Tech-Archive recommends: Fix windows errors by optimizing your registry



Yes there is a lot you can do with client side stuff as well. Still have one
issue, when moving items back to the original listbox it does not preserve
the original order as I need to keep the list in alphebetical order, thinking
may be able to call a javascript function to perform a sort on the items.--
Paul G
Software engineer.


"Gregory A. Beamer (Cowboy) - MVP" wrote:

The cool thing about client side stuff, is you can always upgrade the
backend and still continue to use the client stuff. Glad you found something
that works.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E18F7092-99F0-4805-A6C5-E2F2D0417A4F@xxxxxxxxxxxxxxxx
still have 2005, found a javascript function that seems to work well for
moving items back and forth between list boxes.
--
Paul G
Software engineer.


"Gregory A. Beamer (Cowboy) - MVP" wrote:

If you have VS2008, just download SP1 for VS2008 and you have all but the
futures bits included.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EF6F0F94-482D-4132-8FCC-ADEF4AB6267D@xxxxxxxxxxxxxxxx
Yep trying to reduce the number of postbacks on the entire form. I
downloaded the ajax tool kit several months ago so will check it. I am
not
sure how often they update the toolkit with new ajax controls but I may
need
to grab the newest version.
thanks.
--
Paul G
Software engineer.


"Gregory A. Beamer (Cowboy) - MVP" wrote:

Yes you can.

There are numerous examples out there. I think the AJAX controls on
www.asp.net have an example of doing exactly what you want. If not
there,
I
believe it is still somewhere on the ASP.NET site.

You can also use AJAX to avoid the appearance of post back on any
pages
you
want to seem more dynamic for the user.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C54EC387-2C35-436B-B690-A31FA5E71527@xxxxxxxxxxxxxxxx
I have a .net page where I display a list of items and allow the user
to
select one or more items and place the items in another text box as
being
selected by clicking an arrow. I currently have two arrows, one to
remove
the selected items from the source box and place them in the
destination
box
and another arrow to take the selected items from the destination
box
and
put
them back in the source textbox. Just wondering if there is a way
to
do
this
without posting back to the server? I
Thanks Paul.
--
Paul G
Software engineer.









.



Relevant Pages

  • Re: can javascript do this
    ... Paul G ... Software engineer. ... sure how often they update the toolkit with new ajax controls but I may ... selected by clicking an arrow. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cause webpage one to reload when webpage two is closed.
    ... Paul G ... Software engineer. ... one webpage to reload when a second web page is closed. ... you are using Master page and it means you should change a BODY ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: sort problem sorting a generic list
    ... Paul G ... Software engineer. ... if I had any signficant sized lists. ... return returnValue; ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: changing folder name
    ... Software engineer. ... "Paul" wrote: ... map it to a physical folder outside the application root and store the ... am allowing users to store files that are associated with a report. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: possible java script question
    ... Paul G ... "Kevin Spencer" wrote: ... > The text box was an example of displaying the data. ... > Just use that Software engineer inside you to take my example, ...
    (microsoft.public.dotnet.framework.aspnet)