<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introduction to ASP.NET</title>
	<atom:link href="http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html</link>
	<description>Web Design Magazine</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:12:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PinkPetrol</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/comment-page-1/#comment-2686</link>
		<dc:creator>PinkPetrol</dc:creator>
		<pubDate>Fri, 28 Nov 2008 10:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=835#comment-2686</guid>
		<description>Will you be doing this regulary?

I found it very interesting and better than the tutorials written by robots from MS.

Let me know - sam@pinkpetrol.com / www.pinkpetrol.com</description>
		<content:encoded><![CDATA[<p>Will you be doing this regulary?</p>
<p>I found it very interesting and better than the tutorials written by robots from MS.</p>
<p>Let me know &#8211; <a href="mailto:sam@pinkpetrol.com">sam@pinkpetrol.com</a> / <a href="http://www.pinkpetrol.com" rel="nofollow">http://www.pinkpetrol.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weblizzer</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/comment-page-1/#comment-2674</link>
		<dc:creator>weblizzer</dc:creator>
		<pubDate>Thu, 27 Nov 2008 18:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=835#comment-2674</guid>
		<description>this is very interesting, to go through, i love to lear asp.net more</description>
		<content:encoded><![CDATA[<p>this is very interesting, to go through, i love to lear asp.net more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wizard</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/comment-page-1/#comment-2671</link>
		<dc:creator>wizard</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=835#comment-2671</guid>
		<description>.NET sucks big time in developing small-medium websites. It is so much quicker with php. It&#039;s difficult to change the default output of .NET&#039;s components which makes styling your website really hard. Also all that unneccessary crap that is generated along with the website. For example elements get id&#039;s like #da7sdgh8as7d8asd6asd8a7sd_GridView$Control and such.
Prove me I&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>.NET sucks big time in developing small-medium websites. It is so much quicker with php. It&#8217;s difficult to change the default output of .NET&#8217;s components which makes styling your website really hard. Also all that unneccessary crap that is generated along with the website. For example elements get id&#8217;s like #da7sdgh8as7d8asd6asd8a7sd_GridView$Control and such.<br />
Prove me I&#8217;m wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christopher</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/comment-page-1/#comment-2657</link>
		<dc:creator>christopher</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=835#comment-2657</guid>
		<description>Good article. Nice to see some .Net articles on here.

I&#039;ve never used your approach to event handlers.

In my experience the easiest way to create event handlers for controls is to simply double click the control itself in Design view (i.e. double click the a button to get a Button_Click event handler in the code behind file. In my experience this works for 80% of the events I want to handle. The other 20% of the time I want to setup an event handler for a control&#039;s &quot;non-default&quot; event.

The easiest way handle these case in my opinion is to go to the code behind file of the page, select the control from the drop down list at the top left of the code editor, and then select the appropriate event from the drop down list at the top right of the code editor. Presto, you&#039;ve got an event handler stub.

Cheers!</description>
		<content:encoded><![CDATA[<p>Good article. Nice to see some .Net articles on here.</p>
<p>I&#8217;ve never used your approach to event handlers.</p>
<p>In my experience the easiest way to create event handlers for controls is to simply double click the control itself in Design view (i.e. double click the a button to get a Button_Click event handler in the code behind file. In my experience this works for 80% of the events I want to handle. The other 20% of the time I want to setup an event handler for a control&#8217;s &#8220;non-default&#8221; event.</p>
<p>The easiest way handle these case in my opinion is to go to the code behind file of the page, select the control from the drop down list at the top left of the code editor, and then select the appropriate event from the drop down list at the top right of the code editor. Presto, you&#8217;ve got an event handler stub.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich97</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/introduction-to-aspnet.html/comment-page-1/#comment-2643</link>
		<dc:creator>rich97</dc:creator>
		<pubDate>Wed, 26 Nov 2008 17:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=835#comment-2643</guid>
		<description>Nice tutorial. I personally won&#039;t be going into ASP.NET development but I have often wondered how it is structured.

Thanks, was very interesting. :)</description>
		<content:encoded><![CDATA[<p>Nice tutorial. I personally won&#8217;t be going into ASP.NET development but I have often wondered how it is structured.</p>
<p>Thanks, was very interesting. <img src='http://www.thewebsqueeze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

