Hi Team, i have problem with my code in kentico can you help me to get out of it, i have share a screenshot please see that. actullay the problem is.. i am using CMSRepeater and it have an ID="ResourcesRepeater" as you can see in screenshot( https://www.screencast.com/t/91y4HoQI6N ) but i am unable to use ResourcesRepeater behid the code in cs file. am i doing any mistake ?
What is the cms:CMSPagePlaceHolder? I can't find that in my solution.
Isn't that the Web Part you use on your Masterpage which will be filled with content from lower pages that inherit from it.
What version of Kentico are you using? Are you trying to use ASPX + model as in this example https://devnet.kentico.com/docs/7_0/tutorial_aspx/index.html?adding_portal_engine_functionality_to_aspx.htm
Note that this is Kentico 7 and we're almost in Kentico 12.
Thanks David. I found it in K11 as well now under mix-mode template (https://docs.kentico.com/k11/developing-websites/developing-websites-using-aspx-templates/adding-portal-engine-functionality-to-aspx-page-templates). It's not prompt automatically in VS.
@uzair, you cannot access the control from code behind if the control is placed inside the CMSPAgePlaceholder. Move it outside of the placeholder.
Please, sign in to be able to submit a new answer.