• RE:How to send mail through kentico API, so that the mail sent shows Name of the sender in outlook instead of the email-address?
    Forum Post Sep 13, 2012
    I am filling the object like this, EmailMessage emailMessage = new EmailMessage(); Guid EmailUniqueID = Guid.NewGuid(); emailMessage.EmailFormat = EmailFormatEnum.Html; emailMessage.From = txtFromEmail.Text; emailMessage.Subject = txtSubject.Text; emailMessage.Body = cke...

  • Triggering javascript on bizform using ajax
    Forum Post Feb 13, 2013
    Hi, I have a bizform that i need to validate. The bizform contains an a field that i've hidden and is populated via a jQuery plugin i wrote as the display requires selection of 4 images. This works great. Its been requested that the form validates via ajax. Ticking the "...

  • CMSRepeater query joined fields and OnItemDataBound
    Forum Post May 5, 2013
    Hi, I have two questions related to the cmsrepeater based on below example: <CMS:Repeater ID="Repeater" Path="/%" ClassNames="Custom.BaseMember;Custom.Event" WhereCondition=”year=1999” OnItemDataBound="Repeater_DataBind runat="server" /> 1. Is there an OnItemDataBound ev...

  • RE:Does "Min items in one order" work as expected?
    Forum Post Jun 27, 2013
    Hi Zdenek, Sorry for the delayed reply but just for anyone that ever is looking into doing something similar, the client ended up complaining about the lack of explanation to the shopper as to what was happening so I did add some custom JavaScript that prevents the user from ...

  • Version 8 DataForm
    Question Jul 9, 2014
    I am using two dataforms on a usercontrol that show label views and edit views, one shows a form with labels, and after a button is clicked, the other shows the control with editable fields. This works, until I want to save my data. It seems to lose the values after postback...

  • Source node is not initialized.
    Question Nov 20, 2014
    Hi, is there any fix for this bug [CMSDocumentManager.Node]: Source node is not initialized. Code Line 257: get Line 258: { Line 259: return DocumentManager.Node; Line 260: } System.NullReferenceException: [CMSDocumentMana...

  • Smart Search Filter Results
    Question Mar 16, 2016
    Hey There Silly question probably - How does one retrieve the smart search filter term after post back? For example: "Results are currently filtered by: {smart search filter result here}" The natural thing would to just use some JavaScript but is there a macro solution for thi...

  • Login page error
    Question Jul 6, 2017
    Hi, Im using kentico 9, When I try to login, got system error, even i put blank username and password. I think login page not working. but the web page is fine. please help me. thankyou

  • where condition in code behind
    Question Jan 27, 2020
    Hi, i have created a custom filter with two drop downs. I am using a where clause to perform the filtering on both drop downs where += "DocumentID IN (SELECT DocumentID FROM CMS_DocumentCategory WHERE CategoryID LIKE '%" + catagoryparent + "OR" + categorychild + "%')"; co...

  • Webpart - onload of child is calling onload of parent kentico in background
    Question Jun 15, 2020
    Hi Everyone, On a page we have a button (Webpart). When we click on a button, AJAX call, in background its calling OnLoad of parent page as well. We dont see page reloading but its time is same as loading parent page. In debug we see that OnLoad is taking major time. So is...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...