
<rss version="2.0">
    <channel>
        <title>Kentico CMS for ASP.NET - DevNet - FAQs</title>
        <link><![CDATA[http://devnet.kentico.com/]]></link>
        <description>Kentico CMS for ASP.NET - DevNet - FAQs</description>  
        
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Media-libraries/Visitors-download-the-full-size-of-media-files-ins.aspx]]></guid>
     <title><![CDATA[Visitors download the full size of media files instead of downloading the resized version from server on live site. ]]></title>
     <description><![CDATA[The system uses the resized versions of media files only if you use the permanent URLs. Please see the settings in:<br />
<br />
<span style="font-family: Courier New;">Site manager -&gt; Settings -&gt; Media libraries -&gt; Site: &lt;your site&gt; -&gt; Use permanent URLs</span><br />
<br />
If the checkbox is unchecked it does not use the resized images from disk. If you check the checkbox it can greatly improve the page performance.<br />
<br />]]></description>
     <pubDate>Tue, 27 Jul 2010 14:52:53 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Media-libraries/Visitors-download-the-full-size-of-media-files-ins.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/When-using-the-Editable-image-control-the-img-tag-.aspx]]></guid>
     <title><![CDATA[When using the Editable image control the img tag shows always: "style="border-width:0px;". How can I avoid it?]]></title>
     <description><![CDATA[Regrettably, this is a .NET bug. Please see this <a href="http://forums.asp.net/p/1208356/2124354.aspx ">forum thread</a>.<br />
You can find the solution there. <br />
<br />]]></description>
     <pubDate>Tue, 27 Jul 2010 14:50:06 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/When-using-the-Editable-image-control-the-img-tag-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-do-I-change-the-context-menu-for-managing-frie.aspx]]></guid>
     <title><![CDATA[How do I change the context menu for managing friends?]]></title>
     <description><![CDATA[The context menu is generated by the <span style="font-family: Courier New;">UserContextMenu </span>control located in <span style="font-family: Courier New;">~\CMSAdminControls\ContextMenus\UserContextMenu.ascx.cs</span>. To change the context menu edit the mentioned file according to your needs.<br />
<br />
<div style="text-align: right;"><span style="font-style: italic;">-bp-</span></div>
<br />]]></description>
     <pubDate>Tue, 22 Jun 2010 14:40:04 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-do-I-change-the-context-menu-for-managing-frie.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-set-some-characters-not-to-be-included-in-f.aspx]]></guid>
     <title><![CDATA[How to set some characters not to be included in forbidden URL characters]]></title>
     <description><![CDATA[You can add following key into &quot;/configuration/appSettings&quot; section in web.config file:<br />
<br />
<span style="font-family: Courier New">&lt;add key=&quot;CMSForbiddenURLValues&quot; value=&quot;\\/:*?\&quot;&lt;&gt;|&amp;%.'#[]+ =&bdquo;&ldquo;&quot; /&gt;<br />
<br />
</span>it contains all characters forbidden by default so you can just remove characters you want not to be forbidden. E.g. if you want to set &quot;+&quot; character not to be forbidden you can change key to:<br />
<br />
<span style="font-family: Courier New">&lt;add key=&quot;CMSForbiddenURLValues&quot; value=&quot;\\/:*?\&quot;&lt;&gt;|&amp;%.'#[] =&bdquo;&ldquo;&quot; /&gt;</span>]]></description>
     <pubDate>Mon, 21 Jun 2010 02:51:36 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-set-some-characters-not-to-be-included-in-f.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/Tree-menu-links-are-not-wrapped-correctly.aspx]]></guid>
     <title><![CDATA[Tree menu links are not wrapped correctly]]></title>
     <description><![CDATA[Please take a look to your CSS stylesheet and find following link <a href="http://www.w3schools.com/CSS/pr_text_white-space.asp">CSS class definition</a>:<br />
<br />
<span style="font-family: Courier New;">.CMSTreeMenuTable a<br />
{<br />
white-space: nowrap;<br />
}<br />
</span><br />
It  says to  the <a href="http://devnet.kentico.com/docs/webparts/KenticoCMS_WebParts.htm#_693f3d57-18f9-4a37-8d63-e395257d03ac">tree menu</a> not to break the lines. It should work if you remove it or comment it out. <br />
<br />
<div style="text-align: right;"><span style="font-style: italic;">-ov-</span></div>
<br />]]></description>
     <pubDate>Thu, 17 Jun 2010 09:05:00 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/Tree-menu-links-are-not-wrapped-correctly.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/How-to-disable-the-colons-from-the-BizForm-labels.aspx]]></guid>
     <title><![CDATA[How to disable the colons from the BizForm labels]]></title>
     <description><![CDATA[If you use BizForm as an inline control, you can adjust its code-behind:<span style="font-family: Courier New;"> ~\CMSModules\Bizforms\InlineControls\BizFormControl.ascx.cs</span> by amending the <span style="font-family: Courier New;">SetupControl()</span> method. You will set the BizForm property <span style="font-family: Courier New;">UseColonBehindLabel </span>to false like this (be aware of this change in case of future upgrade):<br />
<br />
<span style="font-family: Courier New;">this.Bizform1.UseColonBehindLabel = false;</span><br />
<br />
On the other hand, in case you use it as a webpart, there is an easy solution for that. Please locate to webpart properties (on the Design tab) where you can see the <span style="font-family: Courier New;">'Use colon (:) in labels'</span> property. You need to set it to false. <br />
<br />
<div style="text-align: right;"><span style="font-style: italic;">-ov-</span></div>
<br />]]></description>
     <pubDate>Thu, 17 Jun 2010 09:00:57 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/How-to-disable-the-colons-from-the-BizForm-labels.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-resolve-inline-control-macro-using-custom-c.aspx]]></guid>
     <title><![CDATA[How to resolve inline control macro using custom code]]></title>
     <description><![CDATA[Please follow procedure bellow:<br />
<br />
1. Add the asp:panel control into page and asp:literal control into this panel<br />
2. Set the text with inline control macro into literal's 'Text' property<br />
3. Call: ControlsHelper.ResolveDynamicControls(idOfPanel)  to resolve the inline macros.<br />
<br />
<div style="text-align: right;">-md-</div>
<br />]]></description>
     <pubDate>Tue, 15 Jun 2010 03:52:53 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-resolve-inline-control-macro-using-custom-c.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/add-custom-CSS-class-to-inputs-within-the--form-ba.aspx]]></guid>
     <title><![CDATA[add custom CSS class to inputs within the “form based” webpart]]></title>
     <description><![CDATA[We&rsquo;ll see an example of <span style="font-family: Courier New;">Submit button</span> element of the <span style="font-family: Courier New;">Logon form</span> webpart. You can add your custom CSS class to the Logon input button following way: <br />
<br />
1) Please open Logon form webpart properties. At the top of opened window there two tabs, right one is <strong>Layout</strong>. Please switch to this one.<br />
<br />
2) You will need to create new layout, in order to be able to edit it.<br />
<br />
3) Once you use your custom layout you can add CssClass property to the button control, so that it can finally look like this:<br />
<br />
<span style="font-family: Courier New;">&lt;cms:LocalizedButton <span style="font-weight: bold;">CssClass=&quot;LogonButton&quot;</span> ID=&quot;LoginButton&quot; runat=&quot;server&quot; CommandName=&quot;Login&quot; ValidationGroup=&quot;Login1&quot; EnableViewState=&quot;false&quot; /&gt;</span><br />
<br />
This will enforce adding CSS class to the input element which represents your button. Basically, you can change/add the CSS classes of other inputs (textboxes) the same way. Please note, this procedure is applicable also for other similar form webparts like Change password, Sign out button, etc.<br />
<br />
<div style="text-align: right;"><span style="font-style: italic;">-ov-</span></div>
<br />]]></description>
     <pubDate>Thu, 03 Jun 2010 06:31:54 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/add-custom-CSS-class-to-inputs-within-the--form-ba.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/Lightbox-doesn’t-resize-background-correctly.aspx]]></guid>
     <title><![CDATA[Lightbox doesn’t resize background correctly]]></title>
     <description><![CDATA[There are two possible reasons of this issue. First one is browser based and it is described in <a href="http://devnet.kentico.com/FAQs/Web-parts---Controls/Why-does-the-lightbox-show-the-image-in-an-incorre.aspx">this FAQ</a>.<br />
<br />
Second one could be caused by the fact, that the <span style="font-family: Courier New;">&lsquo;Selected item transformation&rsquo;</span> property of the Lightbox webpart is not set. In this case, there needs to be the image tag rendered when seeing selected items. For instance you can use our predefined <span style="font-family: Courier New;">&lsquo;CMS.File.LightboxSelected&rsquo;</span> transformation which contains code as follows:<br />
<br />
<span style="font-family: Courier New;">&lt;img src=&quot;&lt;%# GetFileUrl(&amp;quot;FileAttachment&amp;quot;) %&amp;gt;&amp;quot; title=&amp;quot;&amp;lt;%# Eval(&amp;quot;FileName&amp;quot;) %&amp;gt;&amp;quot; alt=&amp;quot;&amp;quot; /&amp;gt;</span><br />
<br />
This transformation is intended for <strong>CMS.File</strong> document type based documents, so if you store files any other way, you will need to adjust it as per your needs.<br />
<br />
Links to other resources:<br />
<br />
<a href="http://devnet.kentico.com/docs/devguide/writing_transformations.htm">Writing transformations</a><br />
<a href="http://devnet.kentico.com/docs/webparts/KenticoCMS_WebParts.htm#_fdaab265-6e02-4668-8eec-2dbbdd0c8970">Lightbox properties</a><br />
<br />
<div style="text-align: right;"><em>-ov-</em></div>
<br />]]></description>
     <pubDate>Thu, 03 Jun 2010 01:39:52 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/Lightbox-doesn’t-resize-background-correctly.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/How-to-make-names-in-the--styles--dropdown-in-edit.aspx]]></guid>
     <title><![CDATA[How to make names in the 'styles' dropdown in editor's toolbar look like the classes they represent]]></title>
     <description><![CDATA[Regrettably, neither styles from stylesheet specified in '<span id="ctl00_plcContent_lblCssStyle">Site CSS stylesheet</span>' nor '<span id="ctl00_plcContent_lblEditorStyle">Editor CSS stylesheet' are applied in toolbar of WYSIWYG editor. You will need to put styles also into </span>~\CMSAdminControls\FCKeditor\editor\css\fck_toolbarcombopreview.css  file. You may need to clear browser's cache for these changes to take effect.<br />]]></description>
     <pubDate>Tue, 25 May 2010 05:36:52 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/How-to-make-names-in-the--styles--dropdown-in-edit.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-create-print-version-for-whole-page-content.aspx]]></guid>
     <title><![CDATA[How to create print version for whole page content]]></title>
     <description><![CDATA[Basically, you can follow the <a href="http://www.kentico.com/docs/devguide/print_page.htm">Print page</a> article from Dev.Guide. Regrettably, there is no method that returns whole content of page, but you can get content from all editable regions by calling GetEditableValue method manually for every editable region on the page:<br />
<br />
<span style="font-family: Courier New;">&lt;%# GetEditableValue(&quot;IdOfEditableRegion&quot;) %&gt;</span><br />
<br />
<div style="text-align: right;">-md-</div>
<br />]]></description>
     <pubDate>Tue, 25 May 2010 05:24:02 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-create-print-version-for-whole-page-content.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/Why-some-documents-are-not-inheriting-the-Header-f.aspx]]></guid>
     <title><![CDATA[Why some documents are not inheriting the Header from page template]]></title>
     <description><![CDATA[The Header section of page template is not inherited from parent document's page template, if the document type used for this document is not set to &quot;Behave as Page (menu item)&quot;.<br />
You need to set the property to true:<br />
<span style="font-family: Courier New;">Site manager -&gt; Development -&gt; Document types -&gt; edit document type -&gt; General -&gt; Behaves as Page (menu item) type</span><br />
<br />
<div style="text-align: right;"><em>-hg-</em></div>
<br />]]></description>
     <pubDate>Fri, 16 Apr 2010 05:51:39 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Design-and-CSS-styles/Why-some-documents-are-not-inheriting-the-Header-f.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-is-the--Maximize-the-editor-size--button-disab.aspx]]></guid>
     <title><![CDATA[Why is the 'Maximize the editor size' button disabled on WYSIWYG toolbar?]]></title>
     <description><![CDATA[This functionality is not supported when shared toolbar is used. You may change the '<span style="font-family: Courier New;">HTML editor toolbar location</span>' property of particular editable region (in 'configure' dialog) to '<span style="font-family: Courier New;">In-line toolbar</span>'. Please note that the FitWindow will fit the region into current frame, i.e. the section under 'Save' and 'Spellcheck' buttons where the page mode is displayed, not the whole page.<br />]]></description>
     <pubDate>Fri, 16 Apr 2010 01:51:48 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-is-the--Maximize-the-editor-size--button-disab.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-are-the-document-names-displayed-in-strange-wa.aspx]]></guid>
     <title><![CDATA[Why are the document names displayed in strange way?]]></title>
     <description><![CDATA[It may happen that document name (especially for certain document types) can contain different information from the expected value set on Form tab. This is probably caused by setting incorrect field which is used for document name within particular document type. One can choose it during document type creating or for preexisting document type by accident anytime else.<br />
You can change it in: <span style="font-family: Courier New;">Site Manager -&gt; Development -&gt; Document types -&gt; particular_document_type -&gt; Fields</span>. Here is dropdown list called <strong><span style="font-family: Courier New;">&lsquo;Document name source field&rsquo; </span></strong>where you can choose whatever field from actual document type as per your needs. Finally you need to save document itself to change its name to correct one.<br />
<br />
<a href="http://devnet.kentico.com/docs/devguide/defining_a_new_document_type.htm">Defining a new document type</a> documentation.<br />
<br />
<div style="text-align: right;"><em>-ov-</em></div>
<br />]]></description>
     <pubDate>Mon, 29 Mar 2010 05:02:21 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-are-the-document-names-displayed-in-strange-wa.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Search/How-to-display-smart-search-results-without-linked.aspx]]></guid>
     <title><![CDATA[How to display smart search results without linked documents]]></title>
     <description><![CDATA[Could you please add following code into 'Search condition' property of SmartSearchResults web part:<br />
<br />
<span style="font-family: Courier New;">-NodeLinkedNodeID:[0 TO  999999999]<br />
<br />
</span>
<div style="text-align: right;"><span style="font-family: Courier New;"><em>-md-</em></span></div>]]></description>
     <pubDate>Thu, 25 Mar 2010 09:55:57 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Search/How-to-display-smart-search-results-without-linked.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-the-PDF-files-are-not-working-on-5-0-site-.aspx]]></guid>
     <title><![CDATA[Why the PDF files are not working on 5.0 site?]]></title>
     <description><![CDATA[Actually this is known issue in version 5.0, where there is a support for resumable download. Regrettably in combination with Adobe PDFs (which has unexpected specification of bytes) it crashes. Fortunately within the <a href="http://devnet.kentico.com/Bugtracker/Hotfixes.aspx">hotfix 5.0.11</a>&nbsp; (well, you could rather apply the latest one), there is implemented workaround for this issue, so please try it. <br />
<br />
It will be also necessary to add following key to your web.config file:<br />
<br />
<strong><span style="font-family: Courier New;">&lt;add key=&quot;CMSGetFileAcceptRanges&quot; value=&quot;false&quot; /&gt;</span></strong><br />
<br />
<div style="text-align: right;"><em>-ov-</em></div>
<br />]]></description>
     <pubDate>Thu, 25 Mar 2010 07:53:48 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/Why-the-PDF-files-are-not-working-on-5-0-site-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Multilingual-support/How-come-cultures-are-not-changed-even-if--lang”-q.aspx]]></guid>
     <title><![CDATA[How come cultures are not changed even if “lang” query string is generated by Language selection web part correctly?]]></title>
     <description><![CDATA[The possible reason could be Google analytics JavaScripts. If you use them please try to remove them and test the behavior. Regrettably, they do not work well together with our multilingual system.<br />
<br />
Another reason could be that one culture uses the same custom URL (Properties -&gt; URLs) as document Alias path.  Please check the custom URLs of all cultures, all of them should use different strings. Alternatively, you may use empty string (Use custom URLs is checked) for all cultures. Then the system will handle cultures correctly.<br />
<div style="text-align: right;">-hg-</div>
<br />]]></description>
     <pubDate>Thu, 25 Mar 2010 07:31:50 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Multilingual-support/How-come-cultures-are-not-changed-even-if--lang”-q.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/Visual-Studio-shuts-down-right-after-opening-the-K.aspx]]></guid>
     <title><![CDATA[Visual Studio shuts down right after opening the Kentico CMS solution file]]></title>
     <description><![CDATA[This issue may be caused by using some plug-in in the Visual Studio. You can try running the Visual Studio with <span style="font-family: Courier New;">/SafeMode</span> parameter to see if any of installed plug-ins causes the problem. You can also open the project as an existing web site. More details about running the Visual Studio in the Safe Mode can be found on <a href="http://msdn.microsoft.com/en-us/library/ms241278.aspx">Microsoft web site</a>.<br />]]></description>
     <pubDate>Mon, 22 Mar 2010 08:05:42 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/Visual-Studio-shuts-down-right-after-opening-the-K.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/installation/I-get-page-not-found-error-on-Windows-2003-server-.aspx]]></guid>
     <title><![CDATA[I get page not found error on Windows 2003 server right after installing the site using webinstaller]]></title>
     <description><![CDATA[If you have previously uninstalled and reinstalled  ASP.NET on the server, this issue may be caused by the ASP.NET Web Service Extensions permissions had been reset to &ldquo;Prohibited&rdquo;. Please change it to 'Allowed' instead. You can find more details at <a href="http://support.microsoft.com/kb/315122">http://support.microsoft.com/kb/315122</a><br />]]></description>
     <pubDate>Thu, 04 Mar 2010 03:36:09 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/installation/I-get-page-not-found-error-on-Windows-2003-server-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-can-I-resolve-a-localized-string-on-the-ASPX-t.aspx]]></guid>
     <title><![CDATA[How can I resolve a localized string on the ASPX template? ]]></title>
     <description><![CDATA[You can encounter a problem that <span style="font-family: Courier New;">&lt;%<span style="color: rgb(255, 0, 0);"><strong>#</strong></span> ResHelper.GetString(key) %&gt; </span>does not work. <br />
Please use this format: <span style="font-family: Courier New;">&lt;%<span style="color: rgb(255, 0, 0);"><strong>=</strong></span> ResHelper.GetString(key) %&gt;</span><br />
<br />
<div style="text-align: right;">-hg-</div>
<br />]]></description>
     <pubDate>Tue, 02 Mar 2010 13:03:41 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-can-I-resolve-a-localized-string-on-the-ASPX-t.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/--CMS-GlobalHelper-ImageHelper--does-not-contain-a.aspx]]></guid>
     <title><![CDATA["'CMS.GlobalHelper.ImageHelper' does not contain a definition for 'GetFileIconUrl'" error message in Event Log]]></title>
     <description><![CDATA[This issue may occur after upgrade to version 5.0.<br />
<br />
There should be following code in version 5.0 in <span style="font-family: Courier New;">~\CMSInlineControls\ImageControl.ascx.cs</span> (round the line 480):<br />
<br />
<span style="font-family: Courier New;">imgParams.Url = GetFileIconUrl(this.Extension, &amp;quot;List&amp;quot;);</span><br />
<br />
However in version 4.x it looks like this:<br />
<br />
<span style="font-family: Courier New;">imgParams.Url = ImageHelper.GetFileIconUrl(this.Extension, &quot;List&quot;);</span><br />
<br />
So it's possible that this line has been overwritten during import process of 4.1 web site into 5.0 version.<br />]]></description>
     <pubDate>Thu, 18 Feb 2010 04:29:02 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/--CMS-GlobalHelper-ImageHelper--does-not-contain-a.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Tags/Tags-specified-when-creating-new-document-are-not-.aspx]]></guid>
     <title><![CDATA[Tags specified when creating new document are not visible in cloud]]></title>
     <description><![CDATA[This issue may happens if you specify tags into field of 'tag selector' type and if you have enabled Cache content setting in 'Settings'. This issue is caused by old tags list is cached in tag cloud. You may save blog document again or restart application in Administration -&gt; System section. You may also consider setting&nbsp;Cache content to zero minutes during development phase.]]></description>
     <pubDate>Sun, 14 Feb 2010 06:27:19 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Tags/Tags-specified-when-creating-new-document-are-not-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Security-and-membership/Which-form-control-is-used-for-user-password-field.aspx]]></guid>
     <title><![CDATA[Which form control is used for user password field in forms?]]></title>
     <description><![CDATA[It may be confusing there is standard text box specified as field type of password field in User system table. This is caused by the value specified in User system table is not actually used anywhere. There is always some particular alternative form used on live page and there is already the 'password with confirmation' form control used in alternative form. You can find source of this form control in ~\CMSFormControls\PasswordConfirmator.ascx(.cs) files.&nbsp;]]></description>
     <pubDate>Sun, 14 Feb 2010 06:10:30 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Security-and-membership/Which-form-control-is-used-for-user-password-field.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/Why-is-my-custom-payment-gateway-form-not-loaded-.aspx]]></guid>
     <title><![CDATA[Why is my custom payment gateway form not loaded?]]></title>
     <description><![CDATA[If the payment gateway assembly is not found by Kentico CMS, your custom payment gateway form will not be loaded.<br />
<br />
Following properties of your custom payment gateway are case sensitive, so you need to be sure that you specify them correctly (according to <a href="http://devnet.kentico.com/docs/ecommerceguide/developing_custom_payment_gateways.htm">Developing custom gateways</a>) :<br />
<br />
<span style="font-family: Courier New;">Payment gateway assembly name:<br />
Payment gateway class name:</span><br />
<br />
You also need to ensure that you are using correct dll files with your custom payment gateway dll file. In other words, if you have built your dll file in your development environment and you are delivering the custom payment gateway dll file to your live web site, please copy all of the other Kentico CMS dll files together.<br />
<br />
Also please check Kentico CMS Event  log (CMS Site Manager -&gt; Administration -&gt; Event log) for possible error messages which might lead you to the cause of this issue.<br />
<br />]]></description>
     <pubDate>Mon, 08 Feb 2010 03:12:23 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/Why-is-my-custom-payment-gateway-form-not-loaded-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Media-libraries/I-m-receiving--object-reference-----error-when-imp.aspx]]></guid>
     <title><![CDATA[I'm receiving error when importing files after making changes described in 'Defining custom media types' article]]></title>
     <description><![CDATA[There is mistake in sample code in documentation. We are very sorry for this inconvenience. Basically you only need to change following line in example:<br />
<br />
<span style="font-family: Courier New;">if (this.Type.TrimStart('.').ToLower() == &quot;flv&quot;)</span><br />
<br />
to:<br />
<br />
<span style="font-family: Courier New;">if ((this.Type != null) &amp;&amp; (this.Type.TrimStart('.').ToLower() == &quot;flv&quot;))</span><br />
<br />]]></description>
     <pubDate>Tue, 26 Jan 2010 06:30:48 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Media-libraries/I-m-receiving--object-reference-----error-when-imp.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/How-to-display-prices-always-with-3-decimal-digits.aspx]]></guid>
     <title><![CDATA[How to display prices always with 3 decimal digits?]]></title>
     <description><![CDATA[You can set the<strong><span style="font-family: Courier New;"> Currency formatting string</span></strong> in the <span style="font-family: Courier New;">CMS Desk -&gt; Tools -&gt; E-commerce -&gt; Configuration -&gt; Currencies -&gt; &lt;your currency&gt;</span>. This property uses Standard Numeric Format Strings. In this example, enter following string: <strong><span style="font-family: Courier New;">${0:F3}</span></strong>.<br />
See Also:<br />
<a href="http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx">Standard Numeric Format Strings</a><br />
<br />]]></description>
     <pubDate>Mon, 25 Jan 2010 08:15:48 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/How-to-display-prices-always-with-3-decimal-digits.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/My-payment-method-is-not-in-the-checkout-process-o.aspx]]></guid>
     <title><![CDATA[My payment method is not in the checkout process of shopping cart, why?]]></title>
     <description><![CDATA[First of all, please check if the payment method is enabled in: <span style="font-family: Courier New;">CMSDesk -&gt; Tools-&gt; E-commerce -&gt; Configuration -&gt; Payment methods -&gt; &lt;edit&gt; -&gt; Enabled: checked</span><br />
Then the payment method needs to be assigned to appropriate shipping options. Please check if your payment method is enabled in: <span style="font-family: Courier New;">CMSDesk -&gt; Tools-&gt; E-commerce -&gt; Configuration -&gt; Shipping options -&gt; &lt;edit&gt; -&gt; Payment methods tab </span><br />
<br />]]></description>
     <pubDate>Mon, 25 Jan 2010 08:13:43 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/My-payment-method-is-not-in-the-checkout-process-o.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-do-I-get-the-total-items-of-a-search-results-.aspx]]></guid>
     <title><![CDATA[How do I get the total items of a search results?]]></title>
     <description><![CDATA[If you use the smart search you may use the <span style="font-family: Courier New;">Eval</span> function in transformation: <strong><span style="font-family: Courier New;">&lt;%# Eval(&quot;Pages&quot;) %&gt;</span></strong>.<br />
<br />
If you use the SQL search you may <a href="http://devnet.kentico.com/docs/devguide/modifying_the_code_of_standard_web_parts.htm">clone</a> the <span style="font-family: Courier New;">SearchResult</span> web part and add the code like this:<br />
<br />
<span style="font-family: Courier New;">protected override void OnPreRender(EventArgs e)<br />
{<br />
</span>
<div style="margin-left: 40px;"><span style="font-family: Courier New;">base.OnPreRender(e);</span><br />
<span style="font-family: Courier New;">if (srchResults.DataSource != null)</span><br />
<strong><span style="font-family: Courier New;">ltlRepeaterCount</span></strong><span style="font-family: Courier New;">.Text = srchResults.DataSource.Tables[0].Rows.Count.ToString();</span></div>
<span style="font-family: Courier New;">}</span><br />
<br />
It needs to add the literal control with <span style="font-family: Courier New;"><strong>ltlRepeaterCount </strong></span>ID to the template.<br />
<br />]]></description>
     <pubDate>Mon, 25 Jan 2010 05:54:33 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-do-I-get-the-total-items-of-a-search-results-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/SelectSingleNode-method-doesn-t-work-in-version-5-.aspx]]></guid>
     <title><![CDATA[SelectSingleNode method doesn't work in version 5.0]]></title>
     <description><![CDATA[Please check if you use '%' character in your path for representation of sub-tree. If so, please remove it and specify full alias path of document instead. This macro is no longer supported by this method as it can be used in name of document (you can still use it in SelectNodes method though).]]></description>
     <pubDate>Sat, 23 Jan 2010 13:23:49 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/SelectSingleNode-method-doesn-t-work-in-version-5-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-receiving-following-error---Error-calling--msv.aspx]]></guid>
     <title><![CDATA[I'm receiving following error: "Error calling [msvcrt.dll]:_wmkdir"]]></title>
     <description><![CDATA[<p>This error message occurs if you don't have sufficient permissions for writing to disk. Please check disk permissions of process used by application.</p>]]></description>
     <pubDate>Sat, 23 Jan 2010 13:10:16 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-receiving-following-error---Error-calling--msv.aspx]]></link>     
</item>
 </channel>
</rss>
