LoginView control not working when logging out from Sitecore extranet domain
Let's not re-invent the wheel and make use of the ASP.NET 2.0 LoginView control to generate Login/Logout actions for the Sitecore extranet domain.We have our LoginView control (very simplistic example...
View ArticleImplementing Sitecore Extranet login on a website
Here's the situation. You are about to implement a password protected area on your website. Let's assume that the general site structure looks like thisPages below General and Products are accessible...
View ArticleSEO Friendly Urls in Sitecore -Remove spaces in Url (3)
It's the third time I'm writing on this particular topic (The EncodeNameReplacements element in the web.config). Articles 1 and 2 have had their importance in building SEO-friendly links in...
View ArticleBest way to parse HTML content
I'm going to keep this short and simple..rather short actually.There is no better way to parse HTML other than using HtmlAgility Pack.It's a lot simpler than Regex..which is a BIG no no!!
View ArticleCross Browser testing using SuperPreview for Internet Explorer
Let's face it. Although I'm no designer, I do feel sorry for my fellow colleagues when I hear them complain about the rendering on some specific browser(s). It gets harder when testing against IE6 for...
View ArticleBuilding extension-less Urls in Sitecore
Our goal here is to build a Sitecore solution having links without the .aspx extension.(although accessing a page with a .aspx extension should STILL work)To start ,you needA LOT OF PATIENCEHelicon...
View ArticleBold style for matching results with AutoCompleteExtender - Implemented using...
This article will focus on the implementation of the AjaxControlToolkit's AutoCompleteExtender into a simple ASP.NET application. What I'm trying to do here is pull the data from a database and use the...
View ArticleRegistering XSLT Extension Objects with the ASP XML control
I once inherited a sublayout that inlcuded an asp:xml control. The asp:xml control was there to handle and display an xml feed from another system, while the rest of the sublayout concentrated on...
View ArticleListView with DataPager problem in .Net 4
I wanted to set the QueryStringField property of the DataPager dynamically. By default, if you do not specify this property, the pager works on a Postback Model.On the other hand, if you do set the...
View ArticleIIS 7.5 Logging with Sitecore 6.x in Integrated Pipeline Mode
When you run Sitecore 6.x in Integrated Pipeline Mode, You will notice that ALL IIS log entries contain the log entry for the resquest to the layout (aspx) page (instead of the actual sitecore item...
View Article