<?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>TechiesWeb &#187; Response.Write</title>
	<atom:link href="http://www.techiesweb.net/tag/response-write/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiesweb.net</link>
	<description>Programming tips &#38; tricks,What went wrong while coding,Code snippets,ASP,ASP.NET,PHP,MySQL,SQL Server,jQuery,AJAX</description>
	<lastBuildDate>Tue, 22 Dec 2009 10:21:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS missing while using Response.Write in ASP.NET page</title>
		<link>http://www.techiesweb.net/2009/12/css-missing-while-using-response-write-in-asp-net-page/</link>
		<comments>http://www.techiesweb.net/2009/12/css-missing-while-using-response-write-in-asp-net-page/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:43:44 +0000</pubDate>
		<dc:creator>Shyju</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Codebehind]]></category>
		<category><![CDATA[CSS.RegisterStartupScript]]></category>
		<category><![CDATA[Response.Write]]></category>

		<guid isPermaLink="false">http://www.techiesweb.net/?p=25</guid>
		<description><![CDATA[When you are using response.write in your server side code behind page (C# or vb) for an ASP.NET page,The styles of page /CSS seems to be disappeared.Have you ever come across this problem ? Here is the solution to get rid of the probelm .
Instead of simply writing Response.Write, Use &#8221; Page.ClientScript.RegisterStartupScript&#8221;
Ex : string strRenderImg=@&#8221;&#60;img [...]]]></description>
			<content:encoded><![CDATA[<p>When you are using response.write in your server side code behind page (C# or vb) for an ASP.NET page,The styles of page /CSS seems to be disappeared.Have you ever come across this problem ? Here is the solution to get rid of the probelm .</p>
<p>Instead of simply writing Response.Write, Use &#8221; Page.ClientScript.RegisterStartupScript&#8221;</p>
<p><span style="color: #0000ff;">Ex : string strRenderImg=@&#8221;&lt;img src=&#8217;company_logo1.gif&#8217; align=&#8217;center&#8217; /&gt;&#8221;;</span></p>
<p><span style="color: #0000ff;">Page.ClientScript.RegisterStartupScript(this.GetType(), &#8220;strRenderImg&#8221;, strRenderImg);</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techiesweb.net/2009/12/css-missing-while-using-response-write-in-asp-net-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
