<?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: ASP.NET Javascript alert</title>
	<atom:link href="http://www.thejackol.com/2005/11/25/aspnet-javascript-alert/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2005/11/25/aspnet-javascript-alert/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: michros</title>
		<link>http://www.thejackol.com/2005/11/25/aspnet-javascript-alert/comment-page-1/#comment-34946</link>
		<dc:creator>michros</dc:creator>
		<pubDate>Wed, 08 Nov 2006 20:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=247#comment-34946</guid>
		<description>Hello, this is quite good but it has a little error - I&#039;ve tried to use it in ASP.NET 2.0 and it should be something like this:

private void ShowMessage(string message)
{
RegisterStartupScript (System.Guid.NewGuid().ToString(), string.Format(&quot;alert(&#039;{0}&#039;);&quot;,message)) ;
}</description>
		<content:encoded><![CDATA[<p>Hello, this is quite good but it has a little error &#8211; I&#8217;ve tried to use it in <span class="caps">ASP</span>.<span class="caps">NET</span> 2.0 and it should be something like this:</p>
<p>private void ShowMessage(string message)<br />
{<br />
RegisterStartupScript (System.Guid.NewGuid().ToString(), string.Format(&#8220;alert(&#8217;{0}&#8217;);&#8221;,message)) ;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

