Within SharePoint...
I can create web parts which are ASP.NET web apps, which allows me to get information about the current user (groups they are in, username, etc.).
I can create web parts which allow me to manipulate fields on SharePoint forms.
But I have not found a way to be able to combine the two things.
I can't access the content of one web part from the other kind (WebApp Page Viewer & Jquery Content Editor Web Part being the two kinds).
What I would like to be able to do is create a web service and then consume it with a jquery ajax call, but I keep getting a js "Access Denied" message.
Any help? Any ideas, anyone?