I have a kentico table that returns an SQL Query in the code behind along with multiple other properties. The object that is being returned is an IQueryable object. Is there a way to get the column...
My site suddenly got an error without anyone touching its files. I wanted to know how to fix this error. Thanks in advance.Server Error in '/' Application.Description: An error occurred during the...
To Preface: I have tried doing this with ViewState and had the same results, I read that Session is better for performance and if possible it looks to be better so I'm trying to do this via Sessio...
how to use to kentico with asp.net web services ?Example Image https://ibb.co/gMy7zGthank you
Hi Kentico .NET Experts,We are in the process of implementing an enterprise application that is going to be hosted in Kentico. We will have a database structure consisting of multiple database tabl...
I need to disable a field in page type form based on certain criteria. for instance I need to get control of a checkbox from page form section and disable it from code ? Is there a way to access ...
Hi,When a user submits a bizform I need to call a custom method, is this possible within Kentico 9?Thank you, Conor
Even with the Roslyn compiler deployed, individual pages of Kentico can still take some time to load for the first time. This article tells you how to speed it up significantly using precompilation, even in development installations. Manual testing can then be done with very short load times.
While trying to make my site ADA compliant, I get the issue of @input element has more than one associated label@for=@p_lt_ctl02_pageplaceholder_p_lt_ctl01_On_lineForm_viewBiz_Phone_txt1st@ appears...
hi. we have many product in website and show those price with repeater. how could separate the price with 3 numbers? 1200000 = 1.200.000 thanks.