W
Will
I am building a control which has some buttons and when
you click a button it moves information from one listbox
to another. this control could be near the bottom of a web
page, so I cannot have the page reloading every time
someone clicks one of the buttons. How can I fire their
events without posting back to the server? Here is an
example of what I mean..
http://www.metabuilders.com/Tools/DualList.aspx
the smack button posts back to the server, but the others
do not.. as near as I can tell no javascript is used..
you click a button it moves information from one listbox
to another. this control could be near the bottom of a web
page, so I cannot have the page reloading every time
someone clicks one of the buttons. How can I fire their
events without posting back to the server? Here is an
example of what I mean..
http://www.metabuilders.com/Tools/DualList.aspx
the smack button posts back to the server, but the others
do not.. as near as I can tell no javascript is used..