<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by realnero</title>
    <description>Stories kicked by realnero</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>VS 2005 Error 1: &amp;quot;Could not load type...&amp;quot;</title>
      <description>You can receive this error &amp;quot;Could not load type&amp;quot; error message in your ASP.NET Application, when you browse to .aspx page by using Visual C# .NET or running from local IIS.

SYMPTOMS

When you browse to an .aspx page, you may receive one of the following error messages:
Could not load type 'Namespace.Global'.
-or-
Could not load type 'Namespace.PageName'.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2fvs-2005-error-1-could-not-load-type.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2fvs-2005-error-1-could-not-load-type.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS_2005_Error_1_Could_not_load_type</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS_2005_Error_1_Could_not_load_type</guid>
      <pubDate>Fri, 01 Aug 2008 18:29:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET data binding essentials</title>
      <description>ASP.NET introduces a new declarative syntax, &amp;lt;%# %&amp;gt;. This syntax is the basis for using data binding in an .aspx page. All data binding expressions must be contained within these characters. The following list includes examples of simple data binding from multiple sources... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2faspnet-data-binding-essentials.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f06%2faspnet-data-binding-essentials.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_data_binding_essentials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_data_binding_essentials</guid>
      <pubDate>Fri, 01 Aug 2008 18:28:36 GMT</pubDate>
    </item>
    <item>
      <title>More information about ASP.NET Page life-cycle and common events</title>
      <description>I've found wonderful document about ASP.NET Page lifecycle events on http://john-sheehan.com/blog. Little information about general page Life-cycle stages and events...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fmore-information-about-aspnet-page-life.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fmore-information-about-aspnet-page-life.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_information_about_ASP_NET_Page_life_cycle_and_common_events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_information_about_ASP_NET_Page_life_cycle_and_common_events</guid>
      <pubDate>Fri, 01 Aug 2008 18:26:41 GMT</pubDate>
    </item>
    <item>
      <title>What's the difference between Bind and Eval</title>
      <description>Data-binding expressions are contained within delimiters and use the Eval and Bind functions. The Eval function is used to define one-way (read-only) binding. The Bind function is used for two-way (updatable) binding. In addition to calling Eval and Bind methods to perform data binding in a data-binding expression, you can call any publicly scoped code within the delimiters to execute that code and return a value during page processing.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fwhats-difference-between-bind-and-eval.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fwhats-difference-between-bind-and-eval.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_s_the_difference_between_Bind_and_Eval</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_s_the_difference_between_Bind_and_Eval</guid>
      <pubDate>Fri, 01 Aug 2008 18:25:46 GMT</pubDate>
    </item>
    <item>
      <title>How to check for hidden/system files and folders.</title>
      <description>Maybe not everybody knows how to check whether file or folder is hidden/system.
This code returns array of FileInfo and DirectoryInfo objects. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fhow-to-check-for-hiddensystem-files-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2fhow-to-check-for-hiddensystem-files-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_check_for_hidden_system_files_and_folders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_check_for_hidden_system_files_and_folders</guid>
      <pubDate>Fri, 01 Aug 2008 18:24:59 GMT</pubDate>
    </item>
    <item>
      <title>Outlook Programming: how to find the parent message for a reply or...</title>
      <description>I'm currently involved in developing Outlook add-in. During that I've faced the problem how to find the parent message for a reply or forward message. The idea is that all messages in a conversation have the same ConversationTopic value, while the ConversationIndex is increased by 5 bytes with each change. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2foutlook-programming-how-to-find-parent.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealnero.blogspot.com%2f2008%2f07%2foutlook-programming-how-to-find-parent.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Outlook_Programming_how_to_find_the_parent_message_for_a_reply_or</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Outlook_Programming_how_to_find_the_parent_message_for_a_reply_or</guid>
      <pubDate>Fri, 01 Aug 2008 18:22:16 GMT</pubDate>
    </item>
  </channel>
</rss>