Questions tagged [sharepoint-2010]

Looking for answers to your SharePoint-related queries? Check out the SharePoint Newtab Q&A platform located at sharepoint-2010

Intrusive JQuery Code Incorporating Itself into SharePoint 2010's HTML Markup

There seems to be an issue with my content editor web part wherein the menu, which is clickable and hoverable due to the jQuery installed, is causing some unexpected behavior. Whenever the menu is clicked or hovered over, it changes the content in the adja ...

What is the best way to handle a RadioButton's change event using jQuery within a SharePoint WebPart?

After much exploration on a desolate promontory and sending out filaments from within myself, I reached this point. Following the steps outlined here, I added the following code to the end of the WebPage's *.ascx file: <script> $(document).ready(fun ...

Is it possible to trigger a server-side event using jQuery in SharePoint 2010?

For my Sharepoint 2010 application, I have been utilizing jQuery to handle most events on the client-side. However, when it comes to saving data to the Sharepoint list and generating a PDF file with that data, I need to switch to server-side processing usi ...

Tips for instructing SharePoint 2010 listdata.svc to provide JSON through the URL

I require the JSON response from the following unique URL: After referring to a reputable online source, I attempted to modify the URL with additional parameters but unfortunately, it did not yield the desired outcome. The altered URL looked like this: D ...

Error code 403 Forbidden being displayed when accessing SharePoint with sudsy consequences

Having trouble authenticating suds with the python-ntlm package for a SharePoint 2010 site? Tried solutions from this thread but no luck. Running Python 2.7.10, suds 0.4, and python-ntlm 1.1.0. Below is the code snippet: from suds.client import * from ...

Display Button Information in InfoPath Form

In InfoPath 2010, I created a form and published it to a SharePoint 2010 list. The end user wants to print this form for their records, but when using the web part to print the screen, the page comes out very small and unusable. Is there any HTML code th ...