Tagged Questions
0
votes
0answers
184 views
Download File from client side by using Javascript api for sharepoint
I want to download a file by going through .aspx page and which returns a file like this
Response.Clear();
string content = Request.QueryString["param1"]+Request.QueryString["param2"]
...
0
votes
3answers
3k views
Problem with IFrames and SharePoint 2010
When having an IFrame inside SharePoint 2010, scrollbars disappears under some cirumstances depending on window size and mouse position. If holding the mouse over the address bar while refreshing the ...