<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bitwise Gamgee &#187; ASP.Net</title>
	<atom:link href="http://blog.burcsade.com/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.burcsade.com</link>
	<description>I code, therefore I am</description>
	<lastBuildDate>Thu, 29 Dec 2011 10:02:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Session is lost when including a page in frame from another site</title>
		<link>http://blog.burcsade.com/2009/09/30/session-is-lost-when-including-a-page-in-frame-from-another-site/</link>
		<comments>http://blog.burcsade.com/2009/09/30/session-is-lost-when-including-a-page-in-frame-from-another-site/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 11:52:07 +0000</pubDate>
		<dc:creator>laforge</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[session state]]></category>

		<guid isPermaLink="false">http://blog.burcsade.com/?p=75</guid>
		<description><![CDATA[While trying to create an application for one of our resellers, I realized that session data on our side is lost when they include our application in an iframe on their site. This is because on some browsers (IE mostly), when you reference cross site pages by frames, cookies are not enabled for the site [...]]]></description>
		<wfw:commentRss>http://blog.burcsade.com/2009/09/30/session-is-lost-when-including-a-page-in-frame-from-another-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable button that causes postback in ASP.net</title>
		<link>http://blog.burcsade.com/2009/04/30/how-to-disable-button-that-causes-postback-in-aspnet/</link>
		<comments>http://blog.burcsade.com/2009/04/30/how-to-disable-button-that-causes-postback-in-aspnet/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 09:35:31 +0000</pubDate>
		<dc:creator>laforge</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[disable button]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://blog.burcsade.com/?p=18</guid>
		<description><![CDATA[You can disable a button on the client side to prevent multiple clicks by just adding an onClick function that runs on client side. You should check if page has a client side validation script and it passes first. If so, you just disable the button and call postback event.
Here is an example for the [...]]]></description>
		<wfw:commentRss>http://blog.burcsade.com/2009/04/30/how-to-disable-button-that-causes-postback-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

