The response tag has no wiki summary.
1
vote
1answer
83 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
1answer
176 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";
...
0
votes
2answers
446 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 ...