What about task lists and other web parts in Sharepoint?

I have Ajax working on a custom web part written in Visual Studio and it works great. Question. I created a task list on the site and added it as a web part to the default page. I would like this web part (task list) also to be updated asynchronously. I opened it in the Sharepoint designer, but I really don't know how to apply Ajax to it. Any suggestions, pointers to blogs, demos, etc. Will be really appreciated. I will need to add an update button so that it has a child control in order to start the update, and that’s fine. I just don’t know how to start.

Thanks.

+3
source share
1 answer

This Link should give you a good start on what you are trying to do. Another good article

0
source

Source: https://habr.com/ru/post/1713093/


All Articles