listbox onclick (ajax)
-
hi.. need help:( please, how can I add event on click at list box..I have two listboxes and after click at first need add some new lines to second without reloading.. I have done it with buttons, but with reloading..but need it dynamicaly.. at ASP.NET AJAX 1.0 by Microsoft I cant find this function.. thanks to all for help;)
-
hi.. need help:( please, how can I add event on click at list box..I have two listboxes and after click at first need add some new lines to second without reloading.. I have done it with buttons, but with reloading..but need it dynamicaly.. at ASP.NET AJAX 1.0 by Microsoft I cant find this function.. thanks to all for help;)
You can make use of onChange event and in the event handler make a XmlHttp call?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
You can make use of onChange event and in the event handler make a XmlHttp call?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
VS 2005 say that dont know onChange event and doesnt accept at browser.. Im trying modify this project, but it doesnt work ;( http://www.codeproject.com/useritems/ListBoxComponent03.asp
-
VS 2005 say that dont know onChange event and doesnt accept at browser.. Im trying modify this project, but it doesnt work ;( http://www.codeproject.com/useritems/ListBoxComponent03.asp
try with lowercase for clientside event, that is onchange.
Regards R.Arockiapathinathan