Follow Us!
-
Recent Posts
Categories
- [+].Net (66)
- [+]ASP.NET (11)
- [+]ASP.NET Dynamic Data (1)
- [+]Entity Framework (5)
- [+]Linq to SharePoint (3)
- [+]Linq to SQL (3)
- [+]MVC (7)
- [+]WCF (5)
- [+]ASP.NET (11)
- [+]Azure (1)
- [+]BizTalk 2010 (1)
- [+]Business Intelligence (8)
- [+]Community (1)
- [+]CSS (6)
- [+]Events (5)
- [+]Firebug (1)
- [+]HTML5 (2)
- [+]IIS (1)
- [+]InfoPath (2)
- [+]Internet Explorer (2)
- [+]JavaScript (8)
- [+]Node.js (1)
- [+]Node.js (1)
- [+]JQuery (7)
- [+]MVVM (1)
- [+]Office365 (1)
- [+]PerformancePoint (1)
- [+]Powershell (1)
- [+]REST (1)
- [+]SharePoint 2007 (25)
- [+]Administration (3)
- [+]Development (8)
- [+]PowerShell (2)
- [+]SharePoint Designer (1)
- [+]Administration (3)
- [+]SharePoint 2010 (93)
- [+]Administration (23)
- [+]Configuration (9)
- [+]Development (10)
- [+]PowerShell (16)
- [+]SharePoint Conference (2)
- [+]SharePoint Designer (6)
- [+]Administration (23)
- [+]SharePoint 2013 (7)
- [+]SharePoint Online (1)
- [+]Silverlight (1)
- [+]Sitecore (23)
- [+]Administration (3)
- [+]Configuration (3)
- [+]Development (7)
- [+]Administration (3)
- [+]SQL (11)
- [+]Replication (1)
- [+]SQL 2012 (1)
- [+]SSRS (2)
- [+]Replication (1)
- [+]SSIS (2)
- [+]Telerik (1)
- [+]Testing (4)
- [+]Unit Tests (2)
- [+]Unit Tests (2)
- [+]Uncategorized (17)
- [+]Visual Studio (10)
- [+]Windows Azure (2)
- [+]WPF (1)
- [+].Net (66)
Tags
SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint Conference SharePoint Designer 2010 SharePoint Online SharePoint Saturday Silverlight SPA SPC11 SPMetal SQL SQL 2008 SSAS SSIS SSRS Styles Table Storage TCSC Technical Project Manager Telerik Testing The Computer Solution Company The Computer Solution Company of VA Transactional Replication Uneven Periods Unit Testing User Profile Service validation ViewData vs TempData Virtual Machines Visio Visio Services Visual Studio WCF Web Part Pages Web Parts Web Services Web Workers Windows 8 Windows Azure Workflows WPF WSPBuilder XML CommentsTwitter
- TCSC wins the 2013 People's Choice Award at the @richtechVA Awards Gala! See the photos from this fantastic event: on.fb.me/11RxxAO 1 day ago
- Join us for the Advisors Seminar at Microsoft this Thurs! Socialized. Mobilized. Virtualized. bit.ly/11RvSLv #Azure #Yammer 1 day ago
- RT @_apreston: Twitter peeps: Please visit this link and vote for @TCSC as People's Choice Award Winner for #Richmond Technology! http://t.… 1 week ago
- Vote for us as People's Choice Award! Follow the link and select TCSC to submit your vote! #SharePoint #Dev #BI #SQL bit.ly/13hGWPQ 1 week ago
- Register Now for ADVISORS: lnkd.in/g-mm2s 2 weeks ago
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
-
Meta
Daily Archives: February 3, 2011
Building Hyperlinks To Open Documents in Edit Mode
Often when building an application that links to files stored in SharePoint you run into the problem of getting the file (doc, xls, ppt, etc…) to open in edit mode. By default when you create a hyperlink to a document SharePoint will just get the file and stream it’s contents through the browser to your machine. The file will open in the application associated with the file type/format on your pc. In the case of the Office formats (Word, Excel, PowerPoint, etc…) the application will open the file in a read only mode. To get the file to open in edit mode we have to make sure that we use the same Javascript to ActiveX calls that SharePoint uses to invoke the correct Office application. There are various ways to do this but in a recent project we achieved the desired result by doing the following:
Posted in Development, Development, SharePoint 2007, SharePoint 2010
12 Comments