• RE:ECommerce Registration check problem
    Forum Post May 5, 2009
    Hi, I solved myself with the help of Virtual lab. It was a very small mistake which i made. The solution is after adding the shoppingcart webpart, go to the configuration settings. There is an option called "Disable viewstate". unfortunately i made it as true. since i made v...

  • RE:Viewstate error by adding of any webpart
    Forum Post Apr 14, 2011
    Thank you for the hints. They were very interesting, but in my case not the answer. I found the failure and it was mine. In the template I’ve use was an hidden input field named as viewstate and contained some nonsense datastring. After removing this field all seems ...

  • RE:Gridview Viewstate in custom webpart not working
    Forum Post Sep 1, 2009
    Hi, I know that Helena sent you a message already, I will post the solution here for other users as well: You could save the datasource to the ViewState property. Please try this code: using System; using System.Web; using System.Web.UI; using CMS.PortalControls;...

  • CMS.GlobalHelper.RequestStockHelper.GetItem or ViewState not working on webpart. Why ?
    Forum Post Mar 22, 2013
    Hello, I am trying to set value to state aginst a button click and get a value from another button click. It is just shocking that I was unable to meet this reqirement when creating custom webpart.I have seen many people are getting issues with viewstate. Can you please loo...

  • Failed to load viewstate - Custom Filter web part
    Forum Post Sep 9, 2013
    I had a fully functional custom filter web part built. I used the example in the developer guide under Development > Web parts > Data source web parts: Developing custom filters Over the weekend, I installed a hotfix and am now at v7.0.49. Now the custom filter is not f...

  • Dynamically Replacing Content in Kentico - Part 2
    Article Jul 28, 2016
    Dynamically replacing content within a site can improve content production and ensure consistency for organizations. While this a great solution for companies looking to expedite their content editing, external links should be verified to ensure the new content is correct and...

  • How to resolve duplicated SEO content for HTTP and HTTPS in Kentico 7
    Question Jan 22, 2016
    Dear Currently our website runs under SSL but we never redirect people. it'd cause lots of issues with duplicate content but there are only a few pages being picked up in the Moz Analytics reports. Should we be redirecting all http:// to https:// Or we can have better soluti...

  • Difficulty determining when to re-bind web part controls
    Question May 12, 2016
    I have a web part exposed as a widget. It contains a few controls that need to be data bound. I only want to bind the data when not posting back. I therefore have the following code: public override void OnContentLoaded() { base.OnContentLoaded(); ...

  • Issue with Repeater in UserControl issue with kentico Page load called twice
    Question Apr 30, 2014
    Hi, Working in Asp.net 4.5 + Kentico CMS I have Repeater in usercontrol and Inside the repeater i have 1 itemtemplate in which i have ImageButton on it. Also i am handling the Click event on the Imagebutton using ItemCommand of the Repeater. when i click the image button it ...

  • Equivalent of Request.Uri in Macro?
    Question Jan 14, 2015
    In a typical ASPX page, you can retrieve the currently requested URL with `Request.Url`. I want to display the URL that the user tried to go to in error on a custom 404 page. So I have a page in my document tree at /Special Pages/404 Not Found, with an Editable Text web part...

  •   ... 11 12 13 14 15 16 17 18 19 20 ...