The response tag has no wiki summary.
0
votes
0answers
19 views
Getting error when doing a search with SPServices
I want to run searches with jquery and spservices library. This is what I have so far:
<script type="text/javascript" src="/js/jquery/jquery-1.10.1.min.js"></script>
<!-- <script ...
1
vote
1answer
98 views
Sandbox: can I get an html list item to Run in iframe?
I guess the real question is can I get rid of these lines in Response Header:
X-Download-Options: noopen
and
Content-Disposition: attachment; filename=...
so I can actually see an HTML ...
0
votes
2answers
463 views
This Page has been modified since you opened it. You must open the page again. Refresh. When I postback to another site from button
If I button post one sharePoint site page to a page on another I get
This Page has been modified since you opened it. You must open the page again.
Refresh
I have a webpart page with an asp.net ...
0
votes
1answer
184 views
Download file from virtual directory (SharePoint 2010)
I need to download a file from a virtual directory when clicking on a button in sharepoint.
I've tried this:
page.Response.ContentType = "text/vcard";
...