<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="latest.xsl" ?>
<?xml-stylesheet type="text/css" href="latest.css" ?>
<!-- RSS generated by xefteri.com on {ts '2010-09-07 17:42:18'} -->
<rss version="2.0">
	<channel>
		<title>xefteri: ASP.NET latest articles</title>
		<link>http://www.xefteri.com</link>
		<description>The latest articles from xefteri.com</description>
		<language>en-us</language>
		<copyright>Copyright 2010 xefteri.com</copyright>
		<docs>http://blogs.law.harvard.edu/tech/rss/</docs>
		<lastBuildDate>Mon, 23 Dec 2002 00:00:00 MST</lastBuildDate>

		<item>
			<title>Smart headers and footers using ASP.NET User Controls</title> 
			<description>Good site usability often means removing links from one page back to itself. In this article we will look at how to create an ASP.NET User Control which will act as a common header to a site. It will automatically know which page we are looking at, and it will remove links to the same page from itself. For example, on this site, if we click on the About us section of the header, it will take you to the page, and it will make that link inactive. That way, we know that we are under that section, and we can't click on it anymore.</description>
			<pubDate>Mon, 23 Dec 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=20</link>
		</item>
	
		<item>
			<title>Maintaining Sorting while Paging in an ASP.NET Datagrid</title> 
			<description>The Datagrid server control offers much control and flexibility in presenting data. Two of the actions that are hard-wired into it are Paging and Sorting. On their own they work great, but not so well together. When you sort a column and then move to a previous or next page, the sorting preference is not maintained. In this article we will see how to maintain both by using the Viewstate object.</description>
			<pubDate>Wed, 18 Dec 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=19</link>
		</item>
	
		<item>
			<title>How postback works in ASP.NET</title> 
			<description>In this article, we will take a closer look at how ASP.NET pages post back to themselves, and how to customize this feature in our web applications.</description>
			<pubDate>Tue, 10 Dec 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=18</link>
		</item>
	
		<item>
			<title>Viewing and editing file and directory attributes in ASP.NET</title> 
			<description>The System.IO.FileAttributes class gives us access to file/directory attributes. In this article, we'll see how to use this class to first read the current attributes and then change them.</description>
			<pubDate>Mon, 02 Dec 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=17</link>
		</item>
	
		<item>
			<title>Copying a directory in ASP.NET</title> 
			<description>The System.IO.DirectoryInfo class does not come with a method to copy a directory. In this article, we'll see how to create a method to do that, and then use it in an ASP.NET page.</description>
			<pubDate>Mon, 25 Nov 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=16</link>
		</item>
	
	</channel>
</rss>