B
benji
Hi,
I've got a situation where I have a list of items that a user can select
multiple from. Pre-ajax, I would just use a CheckBoxList and would iterate
through each box upon the postback. Can I achieve something similar in an
AJAX scenario? If possible, I'd like to avoid using an updatepanel as I'd
like to base my site on page methods instead. Can I write script on the
standard HTML controls (checkboxes) that ASP.NET generates to help achieve
this? Perhaps I could have JS that would act everytime a checkbox is clicked
and modify a "summary" string containing everything that is checked (which
would have the added benefit of summarizing hte user's choices as s/he goes
along, and when it's done, push that string to a service?
I welcome any thoughts / suggestions as I'm new to ASP.NET ajax.
Thanks!
-Ben
I've got a situation where I have a list of items that a user can select
multiple from. Pre-ajax, I would just use a CheckBoxList and would iterate
through each box upon the postback. Can I achieve something similar in an
AJAX scenario? If possible, I'd like to avoid using an updatepanel as I'd
like to base my site on page methods instead. Can I write script on the
standard HTML controls (checkboxes) that ASP.NET generates to help achieve
this? Perhaps I could have JS that would act everytime a checkbox is clicked
and modify a "summary" string containing everything that is checked (which
would have the added benefit of summarizing hte user's choices as s/he goes
along, and when it's done, push that string to a service?
I welcome any thoughts / suggestions as I'm new to ASP.NET ajax.
Thanks!
-Ben