Hi. I create user control and add CMSDataGrid @cms:CMSDataGrid ID=@CMSDataGrid1@ AllowSorting=@True@ AutoGenerateColumns=@False@ CacheDependencies=@@ CacheMinutes=@-1@ Combine...
Is it a good practice to use a user control inside a web part?User control itself inherits from CMSAbstractWebPart.We have a user control inside an update panel which is inside a web part, somethin...
Hi Dear friends I have a text box in a user control in Kentico V10, and I am using an onchange function to control the value of it. I want to avoid refreshing the page in order to fill it. would yo...
Hi, I'm building a portal engine site. I created a custom user control where my template(html block) is embedded then on the code behind I have an API call where I am assigning the data in my templ...
Hello Support,I am not able to search webpart in design for the webpart. getting below error.Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.at Sys.WebForms.PageReques...
we will be implementing an ecommerce part to our website where our clients could order parts.our clients should be able to order parts, check order status, order history, and current invoices.my qu...
When a user fills in an e-mailadress and clicks a button, a PDF of the current page should be send to this e-mailaddress. The current page output also depends on sessions, so it's not a static page...