<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Asp.Net by example</title>
	<atom:link href="http://aspbyexample.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspbyexample.wordpress.com</link>
	<description>Asp.Net, Aspx, C#, Visual Web Developer</description>
	<lastBuildDate>Tue, 13 Oct 2009 14:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aspbyexample.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Asp.Net by example</title>
		<link>http://aspbyexample.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aspbyexample.wordpress.com/osd.xml" title="Asp.Net by example" />
	<atom:link rel='hub' href='http://aspbyexample.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Adding javascript confirmation to row Griview delete</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/adding-javascrip-confirmation-to-row-griview-delete/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/adding-javascrip-confirmation-to-row-griview-delete/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:40:23 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=32</guid>
		<description><![CDATA[&#60;asp:GridView ID=&#8221;GridView1&#8243; runat=&#8221;server&#8221; DataKeyNames=&#8221;id&#8221; DataSourceID=&#8221;SqlDataSource1&#8243;&#62; &#60;Columns&#62; &#8230; &#60;asp:TemplateField ShowHeader=&#8221;False&#8221;&#62; &#60;ItemTemplate&#62; &#60;asp:LinkButton ID=&#8221;LinkButton1&#8243; runat=&#8221;server&#8221; CausesValidation=&#8221;False&#8221; CommandName=&#8221;Delete&#8221; OnClientClick=&#8217;return confirm(&#8220;Are you sure you want to delete this entry?&#8221;);&#8217; Text=&#8221;Delete&#8221; /&#62; &#60;/ItemTemplate&#62; &#60;/asp:TemplateField&#62; &#60;/Columns&#62; &#60;/asp:GridView&#62; http://www.pluralsight.com/community/blogs/fritz/archive/2006/03/22/20514.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=32&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">asp</span><span style="color:#0000ff;">:</span><span style="color:#800000;">GridView</span> <span style="color:#ff0000;">ID</span><span style="color:#0000ff;">=&#8221;GridView1&#8243;</span> <span style="color:#ff0000;">runat</span><span style="color:#0000ff;">=&#8221;server&#8221;</span> <span style="color:#ff0000;">DataKeyNames</span><span style="color:#0000ff;">=&#8221;id&#8221;</span> <span style="color:#ff0000;">DataSourceID</span><span style="color:#0000ff;">=&#8221;SqlDataSource1&#8243;</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">Columns</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;"> &#8230;</span></div>
<div><span style="color:#0000ff;"> &lt;</span><span style="color:#800000;">asp</span><span style="color:#0000ff;">:</span><span style="color:#800000;">TemplateField</span> <span style="color:#ff0000;">ShowHeader</span><span style="color:#0000ff;">=&#8221;False&#8221;&gt;</span></div>
<div><span style="color:#0000ff;"> &lt;</span><span style="color:#800000;">ItemTemplate</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;"> &lt;</span><span style="color:#800000;">asp</span><span style="color:#0000ff;">:</span><span style="color:#800000;">LinkButton</span> <span style="color:#ff0000;">ID</span><span style="color:#0000ff;">=&#8221;LinkButton1&#8243;</span> <span style="color:#ff0000;">runat</span><span style="color:#0000ff;">=&#8221;server&#8221;</span> <span style="color:#ff0000;">CausesValidation</span><span style="color:#0000ff;">=&#8221;False&#8221;</span> <span style="color:#ff0000;">CommandName</span><span style="color:#0000ff;">=&#8221;Delete&#8221;</span></div>
<div><span style="color:#0000ff;"> </span> <span style="color:#ff0000;">OnClientClick</span><span style="color:#0000ff;">=&#8217;return confirm(&#8220;Are you sure you want to delete this entry?&#8221;);&#8217;</span></div>
<div><span style="color:#ff0000;"> Text</span><span style="color:#0000ff;">=&#8221;Delete&#8221; /</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;"> &lt;/</span><span style="color:#800000;">ItemTemplate</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;"> &lt;/</span><span style="color:#800000;">asp</span><span style="color:#0000ff;">:</span><span style="color:#800000;">TemplateField</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">Columns</span><span style="color:#0000ff;">&gt;</span></div>
<div><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">asp</span><span style="color:#0000ff;">:</span><span style="color:#800000;">GridView</span><span style="color:#0000ff;">&gt;</span></div>
<div>http://www.pluralsight.com/community/blogs/fritz/archive/2006/03/22/20514.aspx</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=32&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/adding-javascrip-confirmation-to-row-griview-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Get parameters</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/get-parameters/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/get-parameters/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:38:10 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[get]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=29</guid>
		<description><![CDATA[&#60;a href=&#8221;prodotto.php?cod=a7&#38;cat=2&#8243;&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=29&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:x-small;"><strong></strong></span>&lt;a href=&#8221;prodotto.php?cod=a7&amp;cat=2&#8243;&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=29&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/get-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Add a script in a webpage</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/add-a-script-in-a-webpage/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/add-a-script-in-a-webpage/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:36:34 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=27</guid>
		<description><![CDATA[//file .cs Literal1.Text = &#8220;&#60;script&#62;AlertOk(&#8220;+num+&#8221;);&#60;/script&#62;&#8221;; //file html &#60;script language=&#8221;javascript&#8221;&#62; function AlertOk(Par1) { alert(&#8216;Dati caricati &#8216;+Par1); } &#60;/script&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=27&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//file .cs</p>
<p>Literal1.Text = &#8220;&lt;script&gt;AlertOk(&#8220;+num+&#8221;);&lt;/script&gt;&#8221;;</p>
<p>//file html<br />
&lt;script language=&#8221;javascript&#8221;&gt;<br />
function AlertOk(Par1) {<br />
alert(&#8216;Dati caricati &#8216;+Par1);<br />
}<br />
&lt;/script&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=27&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/add-a-script-in-a-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Add a new to another web page</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/add-a-new-to-another-web-page/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/add-a-new-to-another-web-page/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:35:37 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=25</guid>
		<description><![CDATA[&#60;asp:TemplateField HeaderText=&#8221;View&#8221;&#62; &#60;ItemTemplate&#62; &#60;asp:HyperLink ID=&#8221;HyperLink1&#8243; runat=&#8221;server&#8221; Target=&#8221;_blank&#8221; NavigateUrl=&#8217;&#60;%#&#8221;VisualizzaPubblicazione.aspx?ID_PUB=&#8221;+ Eval(&#8220;ID_PUB&#8221;)%&#62;&#8217;&#62; View &#60;/asp:HyperLink&#62; &#60;/ItemTemplate&#62; &#60;/asp:TemplateField&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=25&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;asp:TemplateField HeaderText=&#8221;View&#8221;&gt;<br />
&lt;ItemTemplate&gt;<br />
&lt;asp:HyperLink ID=&#8221;HyperLink1&#8243; runat=&#8221;server&#8221; Target=&#8221;_blank&#8221; NavigateUrl=&#8217;&lt;%#&#8221;VisualizzaPubblicazione.aspx?ID_PUB=&#8221;+ Eval(&#8220;ID_PUB&#8221;)%&gt;&#8217;&gt; View &lt;/asp:HyperLink&gt;<br />
&lt;/ItemTemplate&gt;<br />
&lt;/asp:TemplateField&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=25&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/add-a-new-to-another-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Check the IP address</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/check-the-ip-address/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/check-the-ip-address/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:25:31 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=21</guid>
		<description><![CDATA[Controllo IP If Left(Request.ServerVariables(&#8220;REMOTE_ADDR&#8221;),10)&#60;&#62;&#8221;192.168.0.&#8221; then Response.Redirect(&#8220;http://www.google.it&#8221;) End If<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=21&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:x-small;"><strong>Controllo IP</strong></span></p>
<p>If Left(Request.ServerVariables(&#8220;REMOTE_ADDR&#8221;),10)&lt;&gt;&#8221;192.168.0.&#8221; then<br />
Response.Redirect(&#8220;http://www.google.it&#8221;)<br />
End If</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=21&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/check-the-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Flush the html content in a excel file</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/flush-the-html-content-in-a-excel-file/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/flush-the-html-content-in-a-excel-file/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:24:05 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=19</guid>
		<description><![CDATA[Response.BufferOutput = False Response.ContentType = &#8220;application/vnd.ms-excel&#8221; Response.AppendHeader(&#8220;content-disposition&#8221;, &#8220;inline; filename=Esporta.xsl&#8221;) *****************istruzioni Response.Flush() Response.End()<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=19&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Response.BufferOutput = False<br />
Response.ContentType = &#8220;application/vnd.ms-excel&#8221;<br />
Response.AppendHeader(&#8220;content-disposition&#8221;, &#8220;inline; filename=Esporta.xsl&#8221;)<br />
*****************istruzioni<br />
Response.Flush()<br />
Response.End()</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=19&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/flush-the-html-content-in-a-excel-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Absolute path to images</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/absolute-path-to-images/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/absolute-path-to-images/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:22:27 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=16</guid>
		<description><![CDATA[&#60;%= Request.ApplicationPath %&#62; &#60;a href=&#8221;&#60;%=Request.ApplicationPath%&#62;/info/Page.aspx&#8221;&#62;Link to Page&#60;/a&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=16&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>&lt;%= Request.ApplicationPath %&gt;
</pre>
<p>&lt;a href=&#8221;&lt;%=Request.ApplicationPath%&gt;/info/Page.aspx&#8221;&gt;Link to Page&lt;/a&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=16&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/absolute-path-to-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding a button to GridView</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/adding-a-button-to-gridview/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/adding-a-button-to-gridview/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:20:08 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=13</guid>
		<description><![CDATA[I add a button to GridView with a specific command: &#60;asp:Button ID=&#8221;Button1&#8243; runat=&#8221;server&#8221; Text=&#8221;Conferma&#8221; CommandName=&#8221;Conferma&#8221; CommandArgument=&#8221;&#60;%#((GridViewRow) Container).RowIndex %&#62;&#8221;/&#62; protected void GridView1_RowCommand(object sender,GridViewCommandEventArgs e) { if (e.CommandName == &#8220;Conferma&#8221;) { // Retrieve the row index stored in the // CommandArgument property. int index = Convert.ToInt32(e.CommandArgument); // Retrieve the row that contains the button // from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=13&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I add a button to GridView with a specific command:</p>
<blockquote><p>&lt;asp:Button ID=&#8221;Button1&#8243; runat=&#8221;server&#8221; Text=&#8221;Conferma&#8221; CommandName=&#8221;Conferma&#8221; CommandArgument=&#8221;&lt;%#((GridViewRow) Container).RowIndex %&gt;&#8221;/&gt;</p>
<p>protected void GridView1_RowCommand(object sender,GridViewCommandEventArgs e)<br />
{<br />
if (e.CommandName == &#8220;Conferma&#8221;)<br />
{<br />
// Retrieve the row index stored in the<br />
// CommandArgument property.<br />
int index = Convert.ToInt32(e.CommandArgument);</p>
<p>// Retrieve the row that contains the button<br />
// from the Rows collection.<br />
GridViewRow row = GridView1.Rows[index];</p>
<p>// Add code here to add the item to the shopping cart.<br />
}</p>
<p>}</p></blockquote>
<p>After I update the table with the command</p>
<blockquote><p>DataTable.Bind()</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=13&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/adding-a-button-to-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting last id</title>
		<link>http://aspbyexample.wordpress.com/2009/10/13/getting-last-id/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/13/getting-last-id/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:17:30 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/?p=11</guid>
		<description><![CDATA[If you want put last id (a key number) from a table, you can use this code: String query2=&#8221;SELECT @@IDENTITY as IDrestituito&#8221;; OleDbCommand cmd2 = new OleDbCommand(query2, con); String stringRet=cmd2.ExecuteScalar().ToString(); Int32 ret = Int32.Parse(stringRet); return ret;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=11&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want put last id (a key number) from a table, you can use this code:<br />
String query2=&#8221;SELECT @@IDENTITY as IDrestituito&#8221;;<br />
OleDbCommand cmd2 = new OleDbCommand(query2, con);<br />
String stringRet=cmd2.ExecuteScalar().ToString();<br />
Int32 ret = Int32.Parse(stringRet);<br />
return ret;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=11&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/13/getting-last-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
		<item>
		<title>Number of rows in GridView</title>
		<link>http://aspbyexample.wordpress.com/2009/10/12/number-of-rows-in-gridview/</link>
		<comments>http://aspbyexample.wordpress.com/2009/10/12/number-of-rows-in-gridview/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 11:31:59 +0000</pubDate>
		<dc:creator>jfabrizio84</dc:creator>
				<category><![CDATA[Senza Categoria]]></category>
		<category><![CDATA[Gridview]]></category>

		<guid isPermaLink="false">http://aspbyexample.wordpress.com/2009/10/12/number-of-rows-in-gridview/</guid>
		<description><![CDATA[&#60;asp:TemplateField HeaderText=&#34;N.&#34;&#62; &#60;ItemTemplate&#62; &#60;%# Container.DataItemIndex + 1 %&#62; &#60;/ItemTemplate&#62; &#60;/asp:TemplateField&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=8&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;asp:TemplateField HeaderText=&quot;N.&quot;&gt;<br />
&lt;ItemTemplate&gt;<br />
&lt;%# Container.DataItemIndex + 1 %&gt;<br />
&lt;/ItemTemplate&gt;<br />
&lt;/asp:TemplateField&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aspbyexample.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aspbyexample.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aspbyexample.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aspbyexample.wordpress.com&amp;blog=9897966&amp;post=8&amp;subd=aspbyexample&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aspbyexample.wordpress.com/2009/10/12/number-of-rows-in-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e05b13ce5bb6ef33adc8dc7f8bb5c3d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfabrizio84</media:title>
		</media:content>
	</item>
	</channel>
</rss>
