Friends – many of you have already used Sitecore Informatics Module in your Sitecore Webform Project. If you have not used it yet, then give it a try – you will like it! If you want to know more about Sitecore Informatics then visit my previous post about it. Sitecore Informatics will help you to view …
This post is inspired from Sitecore Documentation article Improve the performance of the Experience Editor ribbon. I will try to elaborate the same stuff by including step by step configuration and test case. For any website, one of the crucial things is to improve it’s performance. And one of the ways to gain the performance is to …
All of us know how to configure auto code generation in Sitecore TDS Project? It’s very simple – you just need to select Enable Code Generation as shown in below figure. But what if you want to exclude few items from this auto code generation? If you have such requirement then this post may help you. …
You can now take advantage of HTML5 Geolocation API in order to get user’s location details such as latitude and longitude. What was our requirement? 1) Whenever user visits our website, we want to track user’s location (e.g. latitude and longitude). 2) Page should ask to access location only one time during that session, it …
Wondering why your page is not getting postback when you select any dropdown item even-though you have set AutoPostback property to true? If so, then it can be fixed by adding below configuration in your web.config file under <typesThatShouldNotBeExpanded> section. System.Web.UI.WebControls.Repeater System.Web.UI.WebControls.DataList System.Web.UI.WebControls.GridView System.Web.UI.WebControls.ListView System.Web.UI.WebControls.FormView Microsoft.Reporting.WebForms.ReportViewer Telerik.Web.UI.RadGrid System.Web.UI.WebControls.LoginView System.Web.UI.WebControls.DropDownList