• Smart search filter
    Question Oct 22, 2019
    I was just wondering when i perform a smart search based on categories, i have a page which has two editable regions. The search seems to always choose The first paragraph from the second editable text box. Is there a reason behind this behaviour, and can it be modified?

  • Possible bug in CMSModules_Membership_Controls_ResetPassword
    Question Oct 28, 2019
    I think I may have found a bug in CMSModules_Membership_Controls_ResetPassword, particularly in the OnLoad method. Everything seemes to go well till I hit these lines: if (!RequestHelper.IsPostBack()) { if (policyReq > 0) { ...

  • Media Library Batch Upload
    Question Feb 19, 2016
    We have a need to be able to update several of the images in the media library and would like option to do in batch mode. The plan would be to create Content Editor entries and reference a image by folder\name. The hope would be we would be able to just copy in a new File us...

  • Kentico 12 MVC BizForm Email Notification to Different Recipients
    Question Feb 28, 2020
    I've created a Biz Form in Kentico 12 SP that has a Department drop down list. The customer wants an email to be sent to a different person inside the company based on what department the user selects. I easily can setup an email notification for the BizForm on the "Email noti...

  • create user with special characters username using Createasync
    Question Apr 13, 2020
    Hi Support, I want to create user with username having special character like (-,_,@) using the kentico api usermanager.createasync method.i am using email as my username for applicaiton. unable to create & register the user. i am getting below error. "User name yash-test66...

  • Kentico and Collection(EDM.GeographyPoint)
    Question May 8, 2020
    I'm trying to add geolocations to an Azure index and build the type Collection(EDM.GeographyPoint), so i can have multiple geocodes attached to 1 index document. I get this error Message: Creating or updating index 'azurecomplextypestest' failed with the following error: The...

  • Cancel My Account action in kentico mvc
    Question May 14, 2020
    Hello kentuco dev i create a Register Page worked fine but I have another page for user can cancel his accounts in kentico mvc any idea thanks

  • Register form kentico mvc
    Question May 22, 2020
    Hello i am working on register form and i only have FirstName and email and password fields i want to user (UserName= email)but keep geting error that the user name cant contain digits or symbol like (@ or _ ) here is my code public async Task Register(model model) ...

  • Force lowercase on URLs - Kentico MVC
    Question Oct 31, 2019
    Hi, Has anyone implemented a way to force lowercase of URLs on Kentico MVC and got it working? I've tried setting this option in the CMS: `Settings / Content / URLs and SEO / SEO - URLs / ` `Redirect invalid case URLs to their correct versions / Redirect all requests to low...

  • String.IsNullOrWhitespace isn't Returning True for System.DBNull .. How to Check for DBNull in Macro
    Question Jul 29, 2020
    I have a macro expression that is as follows in K12 Portal Engine: if (!String.IsNullOrWhitespace(MyPageTypeString)) { if (MyPageTypeString.Trim().Contains("xxxx.xxxx.net")) { //do something } } and I'm getting the following exception: Met...

  •   ... 61 62 63 64 65 66 67 68 69 70 ...