Filter control path

Mateusz Żebrowski asked on June 16, 2015 10:02

I'm using Kentico 7. I have two instance of the same page (different environments - one ist developer and one for client). My problem is that on one of them I can't use filter web part. It seems that web part can't load file specify in filter control path. On the second environment everything works fine. Does anyone have issue like this?

Correct Answer

Brenden Kehren answered on June 16, 2015 13:30

Your control path should be relative to the root of the site like so:

~/Folder/Control/YourControl.aspx

You might also check to see that the referenced code behind file is a full relative path as well vs. just the code file name. You'll find this at the top of your ascx control.

2 votesVote for this answer Unmark Correct answer

Recent Answers


Mateusz Żebrowski answered on June 16, 2015 14:40

Actually I had something wrong with files on one of the environment, but I fixed it. Anyway thanks for suggestions.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.