<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:evnet="http://www.mscommunities.com/rssmodule/"
    >
<channel>
    <title>ASP.NET Data Access Tutorials</title>
    <link>http://www.asp.net/learn/data-access/</link>
    <description>ASP.NET Data Access Tutorials</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Master Pages and ASP.NET AJAX</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Discusses options for using ASP.NET AJAX and master pages. Looks at using the ScriptManagerProxy class; discusses how the various JS files are loaded depending on whether the ScriptManager is used in the Master page or Content page.&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Interacting with the Content Page from the Master Page</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Content Page from code in the Master Page. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Interacting with the Master Page from the Content Page</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Master Page from code in the Content Page. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Control ID Naming in Content Pages</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Illustrates how ContentPlaceHolder controls serve as a naming container and therefore make programmatically working with a control difficult (via FindConrol). Looks at this issue and workarounds. Also discusses how to programmatically access the resulting ClientID value. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>URLs in Master Pages</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Addresses how URLs in the master page can break due to the master page file being in a different relative directory than the content page. Looks at rebasing URLs via ~ in the declarative syntax and using ResolveUrl and ResolveClientUrl programmatically. (Also look at &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/system.web.virtualpathutility.aspx&quot;&gt;System.Web.VirtualPathUtility. ToAbsolute(url)&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Adding Animation to a Control</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The Animation control in the ASP.NET AJAX Control Toolkit is not just a control but a whole framework to add animations to a control. This tutorial shows how to set up such an animation. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Dynamically Adding An Accordion Pane</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The Accordion control in the AJAX Control Toolkit provides multiple panes and allows the user to display one of them at a time. Panels are usually declared within the page itself, but server-side code can be used to achieve the same result. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Allowing Only Certain Characters in a Text Box</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>ASP.NET validation controls can ensure that only certain characters are allowed in user input. However this still does not prevent users from typing invalid characters and trying to submit the form. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Creating Mutually Exclusive Checkboxes</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>When only one of a set of options may be selected, radio buttons are usually used. There is a drawback, though: Once one radio button in a group is selected, it is not possible to uncheck all radio buttons. Check boxes can be unchecked at any time, however are not mutually exclusive. This tutorial provides the best of both approaches: check boxes that are mutually exclusive. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Databinding to an Accordion</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The Accordion control in the AJAX Control Toolkit provides multiple panes and allows the user to display one of them at a time. Panels are usually declared within the page itself, but binding to a data source offers more flexibility. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Launching a Modal Popup Window from Server Code</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. However some scenarios require that the opening of the modal popup is triggered on the server-side. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Using ModalPopup with a Repeater Control</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. It is also possible to use this control within a repeater. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Positioning a ModalPopup</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. However the control does not offer a built-in functionality to position the popup. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Using HoverMenu with a Repeater Control</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The HoverMenu control in the AJAX Control Toolkit provides a simple popup effect: When the mouse pointer hovers over an element, a popup appears at a specified position. It is also possible to use this control within a repeater. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Data Access Tutorials</dc:creator>
        <title>Handling Postbacks from a ModalPopup</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. Special care must be taken when a postback is created from within the popup. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax-control-toolkit/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
</channel>
</rss>