<?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>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>Using Multiple Popup Controls</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The PopupControl extender in the AJAX Control Toolkit offers an easy way to trigger a popup when any other control is activated. It is also possible to use more than one popup control on one page. &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 Populating a Control</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The DynamicPopulate control in the ASP.NET AJAX Control Toolkit calls a web service (or page method) and fills the resulting value into a target control on the page, without a page refresh. &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 Populating a Control Using JavaScript Code</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The DynamicPopulate control in the ASP.NET AJAX Control Toolkit calls a web service (or page method) and fills the resulting value into a target control on the page, without a page refresh. It is also possible to trigger the population using custom client-side JavaScript code. &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 Popup Control With an UpdatePanel</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The PopupControl extender in the AJAX Control Toolkit offers an easy way to trigger a popup when any other control is activated. Special care has to be taken when a postback occurs within such a 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>Manipulating DropShadow Properties from Client Code</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The DropShadow control in the AJAX Control Toolkit extends a panel with a drop shadow. Properties of this extender can also be changed using client JavaScript code. &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>Testing the Strength of a Password</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>Passwords are required almost anywhere, so that lazy users tend to choose simple passwords which are easy to break. The PasswordStrength control in the ASP.NET AJAX Control Toolkit can check how good a password is. &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>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>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>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>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>Using DynamicPopulate with a User Control And JavaScript</title>
        <link>http://www.asp.net/learn/ajax-control-toolkit/</link>
        <pubDate>Monday, 2 Jun 2008</pubDate>
        <description>The DynamicPopulate control in the ASP.NET AJAX Control Toolkit calls a web service (or page method) and fills the resulting value into a target control on the page, without a page refresh. It is also possible to trigger the population using custom client-side JavaScript code. However special care has to be taken when the extender resides in a user control. &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>
</channel>
</rss>