
<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/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>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-getting--Temporary-files-haven-t-been-created-.aspx]]></guid>
     <title><![CDATA[I'm getting "Temporary files haven't been created yet!" error when importing or creating new site]]></title>
     <description><![CDATA[This error can be caused by some content in the App_Data folder. Could you please try to delete content of ~\App_Data\CMSTemp directory in appropriate project folder and then try to import again?]]></description>
     <pubDate>Sat, 23 Jan 2010 12:55:40 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-getting--Temporary-files-haven-t-been-created-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-get-data-of-file-attached-to-document.aspx]]></guid>
     <title><![CDATA[How to get data of file attached to document]]></title>
     <description><![CDATA[You can use sample code bellow:<br />
<br />
<p class="p_Heading2"><span style="font-family: Courier New">using CMS.SiteProvider;<br />
<br />
...<br />
</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">&nbsp;//&nbsp;Tree&nbsp;node</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">CMS.TreeEngine.TreeNode&nbsp;node&nbsp;=&nbsp;null;</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">//&nbsp;Tree&nbsp;provider</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">UserInfo&nbsp;ui&nbsp;=&nbsp;UserInfoProvider.GetUserInfo(&quot;administrator&quot;);</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">CMS.TreeEngine.TreeProvider&nbsp;tree&nbsp;=&nbsp;new&nbsp;CMS.TreeEngine.TreeProvider(ui);</span><span style="font-family: Courier New"><br />
</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">//&nbsp;Get&nbsp;Single&nbsp;node&nbsp;specified&nbsp;by&nbsp;it`s&nbsp;ID</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">node&nbsp;=&nbsp;tree.SelectSingleNode(nodeId);<br />
<br />
//Get GUID of attachment<br />
</span></p>
<span style="font-family: Courier New">Guid&nbsp;existingGuid&nbsp;=&nbsp;ValidationHelper.GetGuid(node.GetValue(&quot;FileAttachment&quot;),&nbsp;Guid.Empty); </span>
<p class="p_CodeExample"><span style="font-family: Courier New">if&nbsp;(existingGuid&nbsp;!=&nbsp;Guid.Empty)</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">{</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">&nbsp;&nbsp;//&nbsp;Get&nbsp;the&nbsp;attachment</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">&nbsp;&nbsp;AttachmentInfo&nbsp;existingAttachment&nbsp;=&nbsp;</span></p>
<p class="p_CodeExample"><span style="font-family: Courier New">&nbsp;&nbsp;&nbsp;&nbsp;am.GetAttachmentInfo(existingGuid,&nbsp;CMSContext.CurrentSite.SiteName);</span></p>
}]]></description>
     <pubDate>Sat, 23 Jan 2010 12:36:25 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-get-data-of-file-attached-to-document.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-get-last-comment-from-version-history-in-cu.aspx]]></guid>
     <title><![CDATA[How to get last comment from version history in custom workflow handler]]></title>
     <description><![CDATA[<p>You can use sample code bellow:<br />
<br />
<span style="font-family: Courier New">CMS.TreeEngine.TreeNode node = treeNodeObj as CMS.TreeEngine.TreeNode;<br />
int documentCheckedOutVersionHistoryID = node.DocumentCheckedOutVersionHistoryID;<br />
CMS.WorkflowEngine.VersionHistoryInfo whi = CMS.WorkflowEngine.VersionHistoryInfoProvider.GetVersionHistoryInfo(documentCheckedOutVersionHistoryID);<br />
string comment = whi.VersionComment;</span></p>]]></description>
     <pubDate>Sat, 23 Jan 2010 12:10:38 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-get-last-comment-from-version-history-in-cu.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-disable-website-for-maintenance.aspx]]></guid>
     <title><![CDATA[How to disable website for maintenance]]></title>
     <description><![CDATA[You can add HTML file with following name into root of project folder: <em>app_offline.htm</em><br />
<br />
All requests will be automatically redirected to this file then (it's general .NET functionality). You can optionally add some 'site under maintenance' text/image into this file.]]></description>
     <pubDate>Sat, 23 Jan 2010 11:55:52 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-disable-website-for-maintenance.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Security-and-membership/I-cannot-login-to-site,-because-the--Use-SSL-for-a.aspx]]></guid>
     <title><![CDATA[I cannot login to site, because the "Use SSL for administration interface" option has been switched on]]></title>
     <description><![CDATA[Sometimes it might happen that you accidentally switch on the option &quot;<span style="font-family: Courier New;">Use SSL for administration interface&quot;</span> within <span style="font-family: Courier New;">Site Manager -&gt; Settings -&gt; (global) -&gt; Security</span>. <br />
<br />
First option is generating <strong>SSL certificate</strong> and configure your IIS to use it. The easiest way is using SelfSSL certificate service, you can find more info about it using <a href="http://google.com">Google</a>.<br />
<br />
Another option is switching off this option manually in the database. Please open the database and in table <span style="font-family: Courier New;">CMS_SettingsKey</span> find this record: <strong><span style="font-family: Courier New;">CMSUseSSLForAdministrationInterface</span></strong> and in column <span style="font-family: Courier New;">KeyValue </span>change the value to <span style="font-family: Courier New;">false</span>. Now, you need to make some change in web.config file, e.g. add some space and save it. This will force the application to restart and after this everything should be like before.<br />
<br />]]></description>
     <pubDate>Mon, 04 Jan 2010 04:28:15 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Security-and-membership/I-cannot-login-to-site,-because-the--Use-SSL-for-a.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/How-to-select-page-templates-for-custom-document-t.aspx]]></guid>
     <title><![CDATA[How to select page templates for custom document types?]]></title>
     <description><![CDATA[When you create document based on your custom document type in the <span style="font-family: Courier New;">CMSdesk -&gt; Content</span> (or other type than Page (menu) item), it inherits the page template from the parent document automatically. However you might want to choose the page template for it manually. <br />
<br />
To achieve this aim you will need to define special &quot;new page&quot; step. It could be the same as for <span style="font-family: Courier New;">Page Menu Item </span>document type. So please go to<span style="font-family: Courier New;"> Site Manager -&gt; Development -&gt; Document types -&gt; Edit -&gt; General tab</span> and define <span style="font-family: Courier New;">New page</span> property like this: <strong><span style="font-family: Courier New;">~/cmsdesk/Content/newpage.aspx</span></strong>.<br />]]></description>
     <pubDate>Mon, 04 Jan 2010 04:25:04 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/How-to-select-page-templates-for-custom-document-t.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/-Object-doesn-t-support-this-property-or-method”-e.aspx]]></guid>
     <title><![CDATA[“Object doesn't support this property or method” error in IE8 while inserting links in WYSIWIG editor (3.x versions)]]></title>
     <description><![CDATA[Please note that IE8 was not supported in 3.x versions. You may upgrade to the latest <a href="http://ckeditor.com/">FCKEditor</a> 2.6.5 (in <span style="font-family: Courier New;">/CMSAdminControls/FCKEditor/)</span> and then just commented out lines 141, 142<br />
<br />
<span style="font-family: Courier New;">// if ( typeof window.DoResizeFixes == 'function' )<br />
// window.DoResizeFixes() ;<br />
</span><br />]]></description>
     <pubDate>Tue, 22 Dec 2009 14:00:34 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/-Object-doesn-t-support-this-property-or-method”-e.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-sort-documents-selected-by-SelectNodes-API-.aspx]]></guid>
     <title><![CDATA[How to sort documents selected by SelectNodes API method]]></title>
     <description><![CDATA[<div>You may use the overloaded method with OrderBy parameter (see <a href="../../../../downloads/kenticocms_api.zip">API Reference</a> for more details) but it sorts documents only within one document type. If you use more document types (classes) please use standard ASP.NET methods to sort the dataset. Please see the <a href="http://msdn.microsoft.com/en-us/library/1ay5y4w0%28VS.71%29.aspx">MSDN documentation</a> for more information.</div>]]></description>
     <pubDate>Fri, 18 Dec 2009 11:24:03 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/API-and-Internals/How-to-sort-documents-selected-by-SelectNodes-API-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-validate-a-multiple-choice-field-in-BizForm.aspx]]></guid>
     <title><![CDATA[How to validate a multiple choice field in BizForms with a regular expression?]]></title>
     <description><![CDATA[Kentico CMS is using &lsquo;|&rsquo; to separate multiple choices. That means, if you have for example a quiz like form, with the correct answers 1 and 3, defined for example as <span style="font-family: Courier New;">1;True 2;False 3;True</span> you need to use the regular expression <span style="font-family: Courier New;">[1][|][3]</span>. You don&rsquo;t need to use at the start the combination &lsquo;^(&lsquo; and at end the combination &rsquo;)$&rsquo; - they are inserted automatically. <br />]]></description>
     <pubDate>Mon, 14 Dec 2009 09:53:43 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-validate-a-multiple-choice-field-in-BizForm.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/Why-Content-changes-notifications-are-not-working-.aspx]]></guid>
     <title><![CDATA[Why Content changes notifications are not working correctly?]]></title>
     <description><![CDATA[It is possible that you have changed the settings of<span style="font-family: Courier New;"> Content subscription</span> web part. Please note that these changes are not applied for current subscriptions but only for new ones.<br />
It would help if you re-new all subscriptions &ndash; delete them and create once again. You may delete them on <span style="font-family: Courier New;">Administration -&gt; Users -&gt; edit -&gt; Notifications tab</span>. <br />
There is a feature in 5.0 version that if you are a Global administrator you may log on as edited user (Administration -&gt; Users -&gt; edit -&gt; General) so you may re-create his/her content subscriptions.<br />
<a href="http://devnet.kentico.com/docs/devguide/subscribing_users_to_content_changes_notifications.htm"><br />
Documentation for Content changes notifications</a><br />
<br />]]></description>
     <pubDate>Mon, 14 Dec 2009 09:51:25 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/Why-Content-changes-notifications-are-not-working-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-resolve-BBcode-in-the-transformation-.aspx]]></guid>
     <title><![CDATA[How to resolve BBcode in the transformation?]]></title>
     <description><![CDATA[If you are using the document type field of <strong>BBcode </strong>editor type you may see that the BBcode tags are not resolved if you use simply the Eval function (<span style="font-family: Courier New;">&lt;%# Eval(&quot;field_name&quot;) %&gt;</span>).<br />
You can use the<span style="font-family: Courier New;"> ResolveDiscussionMacros</span> function like here in this case:<br />
<strong><span style="font-family: Courier New;">&lt;%# CMSContext.ResolveDiscussionMacros(Eval(&quot;field_name&quot;).ToString()) %&gt;<br />
</span></strong><br />]]></description>
     <pubDate>Mon, 14 Dec 2009 09:36:23 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-to-resolve-BBcode-in-the-transformation-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/How-to-enable-auto-completing-for-tag-selector-in-.aspx]]></guid>
     <title><![CDATA[How to enable auto completing for tag selector in field of document type]]></title>
     <description><![CDATA[Regrettably, <span lang="EN-US">field &ldquo;Tag Selector&rdquo;</span><span lang="EN-US"> of type</span><span lang="EN-US"> doesn't support </span>auto completing. Please use following procedure instead:<br />
<br />
Please create new field for Tags using 'New system attribute' button and then choosing 'Document attributes' as 'Group' and 'DocmentTags' as '<span id="ctl00_plcContent_FieldEditor_lblAdvancedAttributeName">Attribute name'. You can inspire by 'DocumentTags' field of CMS.BlogPost document type.</span>]]></description>
     <pubDate>Mon, 07 Dec 2009 13:09:15 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Web-parts---Controls/How-to-enable-auto-completing-for-tag-selector-in-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/installation/I-am-able-to-log-on-to-CMSDesk-and-see-the-site-bu.aspx]]></guid>
     <title><![CDATA[I am able to log on to CMSDesk and see the site but when I log out there is neither content nor error message.]]></title>
     <description><![CDATA[<p class="MsoNormal"><span lang="EN-US">Could you please check unless you use SSL? You may see it when you edit content root -&gt; Properties -&gt; Security -&gt; Requires SSL</span></p>
<p class="MsoNormal"><span lang="EN-US">If so, please configure it to &ldquo;No&rdquo; and check the live site. If it is all right now, you did not configure SSL properly. Please see this article for more information about <a href="http://msdn.microsoft.com/cs-cz/magazine/cc301946(en-us).aspx">SSL configuration</a> on your server.</span></p>]]></description>
     <pubDate>Thu, 03 Dec 2009 06:31:46 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/installation/I-am-able-to-log-on-to-CMSDesk-and-see-the-site-bu.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/If-you-add-a-product-to-wishlist,-the-product-is-d.aspx]]></guid>
     <title><![CDATA[If you add a product to wishlist, the product is displayed without tax classes. How can it be fixed? ]]></title>
     <description><![CDATA[This is a matter of what code is used in appropriate transformation. <br />
You can edit transformation used for wishlist web part, find following line: <br />
<br />
<span style="font-family: Courier New;">&lt;%# EcommerceFunctions.GetFormatedPrice(Eval(&quot;SKUPrice&quot;), Eval(&quot;SKUDepartmentID&quot;))%&gt; </span><br />
<br />
And replace it by this one: <br />
<br />
<span style="font-family: Courier New;">&lt;%# EcommerceFunctions.GetFormatedPrice(Eval(&quot;SKUPrice&quot;), Eval(&quot;SKUDepartmentID&quot;), Eval(&quot;SKUID&quot;))%&gt; </span><br />
<br />
<br />
<br />]]></description>
     <pubDate>Tue, 01 Dec 2009 08:02:48 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/E-commerce/If-you-add-a-product-to-wishlist,-the-product-is-d.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/How-can-I-change-a-page-template-which-is-used-as-.aspx]]></guid>
     <title><![CDATA[How can I change a page template which is used as default one when I create a new document of XXX document type?]]></title>
     <description><![CDATA[You can change default page template in <span style="font-family: Courier New;">Site Manager -&gt; Development -&gt; Document types -&gt; edit appropriate document type (e.g. Event) -&gt; Default page template</span> (select).<br />]]></description>
     <pubDate>Tue, 01 Dec 2009 08:00:26 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/Content-Management/How-can-I-change-a-page-template-which-is-used-as-.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-receiving--Section-or-group-name--system-web-e.aspx]]></guid>
     <title><![CDATA[I'm receiving "Section or group name 'system.web.extensions' is already defined" error after installation]]></title>
     <description><![CDATA[This issue is most probably caused by Kentico CMS site has been put into sub-directory of another web site and is inheriting web.config setting from parent folder. If you use same version of 'system.web.extensions' library in parent folder, you can just remove following line from web.config file of Kentico CMS site:<br />
<span style="font-family: Courier New;">&lt;sectionGroup name=&quot;system.web.extensions&quot; type=&quot;System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt; </span><br />
<br />
Otherwise you can change following lines:<br />
<span style="font-family: Courier New;">   &lt;configSections&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sectionGroup name=&quot;system.web.extensions&quot; type=&quot;System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt;<br />
<br />
</span>to:<span style="font-family: Courier New;"><br />
</span><span style="font-family: Courier New;">&nbsp;&nbsp;&nbsp;    &lt;configSections&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <strong>   &lt;clear/&gt;</strong>&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sectionGroup name=&quot;system.web.extensions&quot; type=&quot;System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;&gt;</span><span style="font-family: Courier New;"><br />
</span><br />]]></description>
     <pubDate>Mon, 30 Nov 2009 10:45:27 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/installation/I-m-receiving--Section-or-group-name--system-web-e.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/How-can-I-change-design-of-Kentico-logon-page,-use.aspx]]></guid>
     <title><![CDATA[How can I change design of Kentico logon page, use different images, styles, etc.?]]></title>
     <description><![CDATA[The Logon page is available in <span style="font-family: Courier New;">~/CMSPages/logon.aspx </span>within the project folder. There are following classes used for design:<br />
<br />
<span style="font-family: Courier New;">.LogonPageBody<br />
{<br />
</span>
<div style="margin-left: 40px;"><span style="font-family: Courier New;">    background-image: url(Images/Dialog/BackgroundNew.gif);</span><br />
<span style="font-family: Courier New;">    background-repeat: repeat-x;</span><br />
<span style="font-family: Courier New;">    background-color: #e7f2f8;</span><br />
<span style="font-family: Courier New;">    height: auto;</span><br />
<span style="font-family: Courier New;">    height: 98%;</span></div>
<span style="font-family: Courier New;">}<br />
<br />
.loginBox<br />
{<br />
</span>
<div style="margin-left: 40px;"><span style="font-family: Courier New;">    margin: auto;</span><br />
<span style="font-family: Courier New;">    padding: 80px 0 12px 0; /* width: 503px; */</span><br />
<span style="font-family: Courier New;">    background: url(Images/Dialog/LoginBox05.gif) no-repeat;</span></div>
<span style="font-family: Courier New;">}</span><br />
<br />
Both are defined in <span style="font-family: Courier New;">~/App_Themes/Default/CMSDesk.css</span> file. You can change them according to your needs.<br />
<br />]]></description>
     <pubDate>Tue, 17 Nov 2009 16:19:34 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/How-can-I-change-design-of-Kentico-logon-page,-use.aspx]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://devnet.kentico.com/FAQs/General/Are-you-getting--Maximum-request-length-exceeded”-.aspx]]></guid>
     <title><![CDATA[Are you getting “Maximum request length exceeded” message when trying upload a file?]]></title>
     <description><![CDATA[This exception is thrown because incoming request is greater than allowed maximum request length. By default ASP.NET http runtime allows to receive requests that are not greater than 4 MB. This value can be increased by specifying maxRequestLength parameter of &lt;httpRuntime&gt; section of the configuration file (web.config).<br />
<br />
1.    Open the <span style="font-family: Courier New;">Web.config</span> file in VS or Notepad.<br />
2. Find the <strong>httpRuntime</strong> element in the system.web section as follows:<br />
<br />
Example:<br />
<br />
<span style="font-family: Courier New;">&lt;httpRuntime<br />
executionTimeout=&quot;90&quot;<br />
maxRequestLength=&quot;<strong>10000</strong>&quot;/&gt;</span> (increase the marked number of bytes)<br />
<br />
More detail information about mentioned parameters can be found in <a href="http://msdn.microsoft.com/en-us/library/e1f13641.aspx">Microsoft documentation</a> or in this <a href="~/Blogs/Juraj-Ondrus/May-2009/Few-hints-for-large-file-uploads,-authentication.aspx">blog post</a> as well.<br />
<br />
<br />
<br />]]></description>
     <pubDate>Tue, 17 Nov 2009 16:17:14 GMT</pubDate>
     <link><![CDATA[http://devnet.kentico.com/FAQs/General/Are-you-getting--Maximum-request-length-exceeded”-.aspx]]></link>     
</item>
 </channel>
</rss>
