<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Programming tips - ASP.NET category</title>
  <link>http://blogs.korzh.com:80/progtips/categories/aspDotNet/</link>
  <description>Different programming problems and their solutions</description>
  <language>en</language>
  <copyright>Sergiy Korzh</copyright>
  <lastBuildDate>Thu, 15 Oct 2009 23:49:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Adding an inherited custom control into Visual Studio Toolbox</title>
    <link>http://blogs.korzh.com:80/progtips/2008/08/22/adding-an-inherited-custom-control-into-visual-studio-toolbox.html</link>
    
      
      
        <description>
          You may encounter a problem if you need to show the control in   the Toolbox but to hide its ancestor...&lt;p&gt;&lt;a href=&#034;http://blogs.korzh.com:80/progtips/2008/08/22/adding-an-inherited-custom-control-into-visual-studio-toolbox.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>C#</category>
    
    <category>ASP.NET</category>
    
    <category>.NET</category>
    
    <comments>http://blogs.korzh.com:80/progtips/2008/08/22/adding-an-inherited-custom-control-into-visual-studio-toolbox.html#comments</comments>
    <guid isPermaLink="true">http://blogs.korzh.com:80/progtips/2008/08/22/adding-an-inherited-custom-control-into-visual-studio-toolbox.html</guid>
    <pubDate>Fri, 22 Aug 2008 17:15:00 GMT</pubDate>
  </item>
  
  <item>
    <title>&#039;could not be set on property&#039; error in custom ASP.NET controls</title>
    <link>http://blogs.korzh.com:80/progtips/2008/08/08/could-not-be-set-on-property-error-in-custom-asp-net-controls.html</link>
    
      
      
        <description>
          This error message may occur at design time for your custom .NET control in case of using some complex (class) type in one of the control&#039;s properties. &lt;br /&gt;
The most widespread reason of the error is an absence of type converter for property&#039;s class. &lt;br /&gt;
But we do not know when was the reason of this error in our case...&lt;p&gt;&lt;a href=&#034;http://blogs.korzh.com:80/progtips/2008/08/08/could-not-be-set-on-property-error-in-custom-asp-net-controls.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>C#</category>
    
    <category>ASP.NET</category>
    
    <category>.NET</category>
    
    <comments>http://blogs.korzh.com:80/progtips/2008/08/08/could-not-be-set-on-property-error-in-custom-asp-net-controls.html#comments</comments>
    <guid isPermaLink="true">http://blogs.korzh.com:80/progtips/2008/08/08/could-not-be-set-on-property-error-in-custom-asp-net-controls.html</guid>
    <pubDate>Fri, 08 Aug 2008 11:47:00 GMT</pubDate>
  </item>
  
  <item>
    <title>ASP.NET AJAX support in custom controls</title>
    <link>http://blogs.korzh.com:80/progtips/2008/03/15/asp-net-ajax-support-in-custom-controls.html</link>
    
      
      
        <description>
          Will your custom ASP.NET control work with ASP.NET AJAX library correctly? What modifications in code you need to do that it can be placed inside UpdatePanel control?&lt;p&gt;&lt;a href=&#034;http://blogs.korzh.com:80/progtips/2008/03/15/asp-net-ajax-support-in-custom-controls.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>Ajax</category>
    
    <category>C#</category>
    
    <category>ASP.NET</category>
    
    <category>.NET</category>
    
    <comments>http://blogs.korzh.com:80/progtips/2008/03/15/asp-net-ajax-support-in-custom-controls.html#comments</comments>
    <guid isPermaLink="true">http://blogs.korzh.com:80/progtips/2008/03/15/asp-net-ajax-support-in-custom-controls.html</guid>
    <pubDate>Sat, 15 Mar 2008 09:40:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>

