I have an asp.net page with a ListView and I want to do both control toolkit things and update panel things. Do I need both scriptmanager and ajaxtoolkit on the page?
I want to have UpdatePanel only in the ItemTemplate so user can check a checkbox control and have it run a database update in ajax. How do I set this up? Thanks.