<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Code Library - ASP.NET</title>
        <link>http://weblogs.sqlteam.com/jeffs/category/241.aspx</link>
        <description>Webcontrols, classes, static methods and other snippets of code that you are free to use and modify.</description>
        <language>en-US</language>
        <copyright>Jeff Smith</copyright>
        <managingEditor>smith_jeffreyt@yahoo.com</managingEditor>
        <generator>Subtext Version 1.9.4.0</generator>
        <item>
            <title>ASP.NET 1.1 -- Appsettings in Web.config</title>
            <link>http://weblogs.sqlteam.com/jeffs/archive/2007/03/28/60144.aspx</link>
            <description>It's great to be able to put settings in the Web.Config file for my ASP.NET projects.  The problem for me, though, is that when I use System.Configuration.ConfigurationSettings.AppSettings(name)
to return a setting that doesn't exist in the file ...
&lt;br&gt;&lt;br&gt;
&lt;a href="http://weblogs.sqlteam.com/jeffs/archive/2007/03/28/60144.aspx"&gt;read more&lt;/a&gt;&lt;img src="http://weblogs.sqlteam.com/jeffs/aggbug/60144.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jeff Smith</dc:creator>
            <guid>http://weblogs.sqlteam.com/jeffs/archive/2007/03/28/60144.aspx</guid>
            <pubDate>Wed, 28 Mar 2007 16:09:16 GMT</pubDate>
            <comments>http://weblogs.sqlteam.com/jeffs/archive/2007/03/28/60144.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://weblogs.sqlteam.com/jeffs/comments/commentRss/60144.aspx</wfw:commentRss>
            <trackback:ping>http://weblogs.sqlteam.com/jeffs/services/trackbacks/60144.aspx</trackback:ping>
        </item>
        <item>
            <title>Minimizing the ViewState for an ASP.NET 1.1 DataGrid</title>
            <link>http://weblogs.sqlteam.com/jeffs/archive/2006/07/11/10572.aspx</link>
            <description>By default, the ViewState for ASP.NET DataGrids can be quite large, as it normally stores enough information to recreate the grid completely after a postback. Often, I have found that I need the grid to display a list of items with only paging, sorting, and some buttons that let you delete or edit (via another page) individual items.&lt;br&gt;&lt;br&gt;&lt;a href="http://weblogs.sqlteam.com/jeffs/archive/2006/07/11/10572.aspx"&gt;read more...&lt;/a&gt;&lt;img src="http://weblogs.sqlteam.com/jeffs/aggbug/10572.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jeff Smith</dc:creator>
            <guid>http://weblogs.sqlteam.com/jeffs/archive/2006/07/11/10572.aspx</guid>
            <pubDate>Wed, 12 Jul 2006 02:22:00 GMT</pubDate>
            <comments>http://weblogs.sqlteam.com/jeffs/archive/2006/07/11/10572.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://weblogs.sqlteam.com/jeffs/comments/commentRss/10572.aspx</wfw:commentRss>
            <trackback:ping>http://weblogs.sqlteam.com/jeffs/services/trackbacks/10572.aspx</trackback:ping>
        </item>
    </channel>
</rss>