Tagged Questions
1
vote
1answer
264 views
Force on-demand DVWP async refresh
I am writing an application that allows users to enrol in something. One web part displays a view of the event calendar and has a button on each event that the user clicks to enrol in the event. A ...
1
vote
1answer
409 views
send parameter to 2 webparts on the page, preferably with Ajax?
In SharePoint Server 2010, We have a List with items and their details. User profiles have an indexed field that contains items matching the list titles.
I want to display a dataview with just the ...
2
votes
3answers
340 views
Why doesn't jQuery execute in a DataViewWebPart with asynchronous load enabled?
The jQuery scripts I have in a DVWP do not get executed when I enable Asychronous Load in the Ajax Options of the DVWP. They do execute when I disable Asychronous Load though. Any thoughts on this?
A ...