• RE:ViewState Problem - VERY URGENT
    Forum Post Mar 2, 2011
    Hello, Regrettably, this code isn't sufficient for us. Could you please post a link to the exported webpart or links to your code behind file and aspx file of your webpart after you've uploaded it somewhere? Best regards, Boris Pocatko

  • RE:Paging in a BizForm
    Forum Post Apr 12, 2011
    Where would we set a variable value such as "NextPage", so we can set the viewBiz.AlternativeFormFullName value? I'm trying to save a variable into either viewstate, session, cookie, hidden field, anywhere really, and it seems all of them are null at the time that the SetupC...

  • RE:Web part control event not firing
    Forum Post Aug 9, 2013
    Spot on that's the plan however the SelectedIndexChanged is not firing on my web part. Not sure why and the dropdown is no longer populated on postback either except Viewstate is likely disabled. I'll keep looking at it since this has to work! :)

  • RE:Web part control event not firing
    Forum Post Aug 9, 2013
    No, you are correct, you have to store the selected value in ViewState or session or some other variable in order to set it again after you bind the dropdownlist. Same as if you were creating a dropdown within a standard asp.net website.

  • RE:Failed to load viewstate - Custom Filter web part
    Forum Post Sep 10, 2013
    Kentico uses cache heavily. If you can't clear things up by clearing the cache in your browser, navigate to CMSSiteManager>Dashboard and clear the cache and/or restart the application there.

  • RE:[PageInfoProvider.GetDataForPageInfo]: Site name '' not found.
    Forum Post Jan 15, 2014
    Thanks for the reply. Viewstate isn't even referenced in the web.config. Here the pages tag: <pages validateRequest="false"> I just know it has to be something simple, and goofy.

  • RE:Datagrid Viewstate disappearing?
    Forum Post Feb 4, 2014
    Hi, What are you using in the master page template? Is it cms:CMSPortalManager or cms:CMSPageManager? Could you please try using the other one? :-) Also, what is the page template markup and code behind please? Best regards, Juraj Ondrus

  • SQL Errors Upgrade from v6 - v7
    Forum Post Jan 3, 2013
    Hi, we are having some troubles with the update . Currently on version 6, upgrading to version 7. It seems to me there are some columns missing. Any ideas? --> (74 row(s) affected) Msg 207, Level 16, State 1, Line 41 Invalid column name 'UserPosition'. (0 row...

  • ASP Repeater Control in WebPart - Not Maintaining Viewstate
    Question Oct 22, 2014
    Hello, I have an asp:Repeater control in a custom WebPart that binds to a data source (when it's not a postback), and the resulting output is a list of LinkButton controls. However when I click on one of the LinkButtons, the events will not fire as on a postback the ViewState...

  • RE:The control with ID 'RadScheduler1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
    Forum Post Apr 4, 2009
    the ScriptManager controls already exists in the PortalTemplate.aspx <form id="form1" runat="server"> <asp:PlaceHolder runat="server" ID="plcManagers"> <cms:CMSPortalManager ID="manPortal" runat="server" /> <asp:ScriptManager ID="manScr...

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