Tagged Questions
1
vote
2answers
32 views
2;# 5;# Web services returns odd characters
When I use SPServices to query a list it brings back some of the columns with
odd prefixes and encoded characters.
How can I get rid of the Oddball characters?
I recognize the @amp; as a HTML ...
0
votes
2answers
284 views
Is an UpdatePanel a bad decision?
After talking to a few people, and asking around here, I feel like the only way to securely do calls asynchronously is with an updatepanel.
(Context: Creating an Upvote/Downvote system on SharePoint ...
3
votes
1answer
171 views
Delete List Item with Ajax
I've been trying a few options out, but I'm finding good SharePoint AJAX guides to either not exist or be hard to find.
Very simple, I am rendering list items with a repeater, and I want to be able ...