ASPX – Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson Tips on .Net, SQL Server, Sharepoint & AI Thu, 07 Jun 2012 04:03:42 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.5 https://blogs.visigo.com/chriscoulson/wp-content/uploads/2011/02/chris_profile-150x150.jpg ASPX – Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson 32 32 Easy Handling of Http Range Requests in ASP.NET https://blogs.visigo.com/chriscoulson/easy-handling-of-http-range-requests-in-asp-net/ https://blogs.visigo.com/chriscoulson/easy-handling-of-http-range-requests-in-asp-net/#comments Thu, 07 Jun 2012 03:44:25 +0000 http://blogs.visigo.com/chriscoulson/?p=97 I was recently working on adding video playing capabilities to a client’s existing ASP.NET application. They had video files that had been uploaded by users, and they wanted to allow the users to be able to preview the files on the web. I found MediaElement.js to be a excellent solution for this: As long as there were WEBM and H.264 encoded versions of the video to be played...

Source

]]>
https://blogs.visigo.com/chriscoulson/easy-handling-of-http-range-requests-in-asp-net/feed/ 32
Adding Breadcrumb Navigation to SharePoint 2010 Application Pages https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/ https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/#comments Wed, 16 Nov 2011 19:50:20 +0000 http://blogs.visigo.com/chriscoulson/?p=87 The application pages in my SharePoint 2010 FBA Pack were not properly displaying the breadcrumb navigation. They didn’t include ‘Site Settings’ in the navigation – they went straight from Home to the application page. I used the following blog entry to add the breadcrumb navigation: http://weblogs.asp.net/jan/archive/2008/04/16/adding-breadcrumb-navigation-to-sharepoint-application-pages-the-easy...

Source

]]>
https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/feed/ 4
LoadTemplate and the ASP.NET Login controls https://blogs.visigo.com/chriscoulson/loadtemplate-and-the-asp-net-login-controls/ https://blogs.visigo.com/chriscoulson/loadtemplate-and-the-asp-net-login-controls/#respond Tue, 30 Aug 2011 16:12:35 +0000 http://blogs.visigo.com/chriscoulson/?p=50 Recently I was trying to programmatically load the templates for the PasswordRecovery control. I thought it should be pretty straightforward: Should be a piece of cake right? Wrong. If the template is put directly in the ASPX page all works as expected. If the same template is loaded using LoadTemplate, you’ll get an error like: After some sleuthing I realized the problem was in the way...

Source

]]>
https://blogs.visigo.com/chriscoulson/loadtemplate-and-the-asp-net-login-controls/feed/ 0