linkbutton and autopostback
I have a page with two datalists, unassigned and assigned. The unassigned datalist is a list of linkbuttons that when clicked remove the item from the unassigned list and update the item so it will appear instead under the assigned datalist when the page is refreshed. My problem is that autopostback is not available for the linkbutton, so I am currently redirecting to the same page to make the lists update. To further complicate things, the unassigned list is generated from a search button within the page, so that list must also be repopulated by the user each time the page is refreshed. Can anyone help me with a way do something more like autopostback here so the lists reflect the changes and the user can assign multiple items without having to regenerate the unassigned list each time?
Thank you very much,
John
|