Subscribe to:
Post Comments (Atom)
How to launch a document by clicking a link to the file?
Word: <a href='ms-word:ofe|u|path/to/web/word/document.docx'>Link to document</a> Excel: <a href='ms-excel:o...
-
Converting Word Documents to PDF using SharePoint Server 2010 and Word Services
-
ClientContext clientContext = new ClientContext(<SITEURL>) List list = clientContext.Web.Lists.GetByTitle(<LIBRARYNAME>); var...
-
First find the ID of the <a> tag.. then Add the following code to the current page either using SharePoint designer or by adding a ...
No comments:
Post a Comment