I haven't worked with java script much, I know how to do this server side by
constant post backs to the server on a webform, but it seems like i should
be able to do this client side also...
What happens is a modal dialog recieves a listing of users in a semi-colon
delimited list so its like this
user_1;user_2;u ser3;user_4;
what I need to do is split this up in javascript and place each user into a
listbox on the client side, how would i go about doing that? thanks
constant post backs to the server on a webform, but it seems like i should
be able to do this client side also...
What happens is a modal dialog recieves a listing of users in a semi-colon
delimited list so its like this
user_1;user_2;u ser3;user_4;
what I need to do is split this up in javascript and place each user into a
listbox on the client side, how would i go about doing that? thanks
Comment