<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>VB.NET/ASP.NET Tips</title>
		<description>This is the VB.NET/ASP.NET tips area of programmingtips.co.uk</description>
		<link>http://programmingtips.co.uk</link>
		<lastBuildDate>Tue, 07 Sep 2010 02:46:39 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://programmingtips.co.uk/images/M_images/rss.png</url>
			<title>Programming tips rss feed</title>
			<link>http://programmingtips.co.uk</link>
			<description>This is the VB.NET/ASP.NET tips area of programmingtips.co.uk</description>
		</image>
		<item>
			<title>Removing html links but leaving the text</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=73&amp;Itemid=4</link>
			<description>One of the things that I have needed to do recently is to write a routine to remove the &amp;lt;A&amp;gt;...</description>
			<pubDate>Fri, 02 Jul 2010 21:47:50 +0100</pubDate>
		</item>
		<item>
			<title>How to automatically create comments in visual studio</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=70&amp;Itemid=4</link>
			<description>If you are using C# then type ///if you are using VB.NET then type ...</description>
			<pubDate>Sun, 07 Feb 2010 15:02:55 +0100</pubDate>
		</item>
		<item>
			<title>How to find what type or class an instance is based on</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=60&amp;Itemid=4</link>
			<description>Its alway very useful in VB.NET/ASP.NET to be able to find out whether or not a class is of a...</description>
			<pubDate>Sun, 15 Nov 2009 09:45:26 +0100</pubDate>
		</item>
		<item>
			<title>Why in UserControls the  tags aren't working</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=59&amp;Itemid=4</link>
			<description>This problem catches me everytime - I create a user control&amp;lt;foot:footer id= Foot1  runat= server  /&amp;gt;and I add...</description>
			<pubDate>Sun, 01 Nov 2009 19:51:16 +0100</pubDate>
		</item>
		<item>
			<title>IIS7 and rewriter causes postback to fail</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=54&amp;Itemid=4</link>
			<description>When using IIS7 and the new rewriter module postback by default uses the last part of the script_name which will...</description>
			<pubDate>Wed, 02 Sep 2009 19:52:55 +0100</pubDate>
		</item>
		<item>
			<title>How to exit a VB.NET program</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=52&amp;Itemid=4</link>
			<description>To exit a VB program then use the Application.Exit method for forms and System.Environment.Exit(exitCode) for a console application - make...</description>
			<pubDate>Fri, 07 Aug 2009 13:04:08 +0100</pubDate>
		</item>
		<item>
			<title>ASP.NET Master pages hints and tips</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=51&amp;Itemid=4</link>
			<description>All you need to know about master pages can be found at http://www.odetocode.com/articles/450.aspx (http://www.odetocode.com/articles/450.aspx) thanks to K.  Scott Allen...</description>
			<pubDate>Sat, 13 Jun 2009 18:44:38 +0100</pubDate>
		</item>
		<item>
			<title>How to stop an imagebutton doing a postback</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=48&amp;Itemid=4</link>
			<description>To stop an asp:imagebutton doing a postback return false to the onclick eventfor exampleonclick=&amp;#39;false&amp;#39;    oronclick=&amp;#39;javascript: return false&amp;#39;</description>
			<pubDate>Mon, 25 May 2009 19:54:26 +0100</pubDate>
		</item>
		<item>
			<title>How to resize an image in asp.net</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=47&amp;Itemid=4</link>
			<description>To resize an image use the following codewhere imgHeight and imgWidth is what you want to image to be...</description>
			<pubDate>Mon, 25 May 2009 19:52:28 +0100</pubDate>
		</item>
		<item>
			<title>How to get the program name in asp.net</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=4</link>
			<description>You can get the program name in ASP.NET by using&amp;lt;%= Request.ServerVariables( SCRIPT_NAME )</description>
			<pubDate>Sun, 10 May 2009 20:16:26 +0100</pubDate>
		</item>
	</channel>
</rss>
