<?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/"
	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>Comments on: GridView: how to add a confirmation box to delete button</title>
	<atom:link href="http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/</link>
	<description></description>
	<lastBuildDate>Mon, 20 Jul 2009 22:43:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phillip Quinlan</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1276</link>
		<dc:creator>Phillip Quinlan</dc:creator>
		<pubDate>Mon, 20 Jul 2009 22:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1276</guid>
		<description>Great stuff! Worked out well - nice and simple to understand as well :D
Thanks again,

Phill</description>
		<content:encoded><![CDATA[<p>Great stuff! Worked out well &#8211; nice and simple to understand as well <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Thanks again,</p>
<p>Phill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1263</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Sat, 23 May 2009 13:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1263</guid>
		<description>For #2 why not simply add OnClientClick=&quot;return confirm(&#039;Are you sure?&#039;);&quot; to your ImageButton attributes?</description>
		<content:encoded><![CDATA[<p>For #2 why not simply add OnClientClick=&#8221;return confirm(&#8216;Are you sure?&#8217;);&#8221; to your ImageButton attributes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Namitha</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1262</link>
		<dc:creator>Namitha</dc:creator>
		<pubDate>Thu, 21 May 2009 11:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1262</guid>
		<description>I have used ajax.but how to delete then?the row delete event is not firing in this case.</description>
		<content:encoded><![CDATA[<p>I have used ajax.but how to delete then?the row delete event is not firing in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Namitha</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1261</link>
		<dc:creator>Namitha</dc:creator>
		<pubDate>Thu, 21 May 2009 11:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1261</guid>
		<description>How do we get the index of the row we want to delete?</description>
		<content:encoded><![CDATA[<p>How do we get the index of the row we want to delete?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mushari</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1250</link>
		<dc:creator>Mushari</dc:creator>
		<pubDate>Tue, 07 Apr 2009 12:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1250</guid>
		<description>very nice :)</description>
		<content:encoded><![CDATA[<p>very nice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1241</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 25 Feb 2009 09:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1241</guid>
		<description>@Bobby:
That&#039;s not possible when you use the windows confirmation box (or you have to alter the extender). But when you use the ConfirmButton-extender, you can also create your own Modal Popup control, which gives you maximum control over the output. See &lt;a href=&quot;http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx&lt;/a&gt; for more information.
Check out the DisplayModalPopupID-property text.

Have fun!</description>
		<content:encoded><![CDATA[<p>@Bobby:<br />
That&#8217;s not possible when you use the windows confirmation box (or you have to alter the extender). But when you use the ConfirmButton-extender, you can also create your own Modal Popup control, which gives you maximum control over the output. See <a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx" rel="nofollow">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx</a> for more information.<br />
Check out the DisplayModalPopupID-property text.</p>
<p>Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1240</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Tue, 24 Feb 2009 23:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1240</guid>
		<description>Is it possible to include some info  (Like Title as per above example) into confirmation message.

Thank you,
Bobby</description>
		<content:encoded><![CDATA[<p>Is it possible to include some info  (Like Title as per above example) into confirmation message.</p>
<p>Thank you,<br />
Bobby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Munene</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1224</link>
		<dc:creator>Munene</dc:creator>
		<pubDate>Fri, 10 Oct 2008 09:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1224</guid>
		<description>This sorted me out.Thanks alot</description>
		<content:encoded><![CDATA[<p>This sorted me out.Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwing</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1223</link>
		<dc:creator>dwing</dc:creator>
		<pubDate>Tue, 23 Sep 2008 19:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1223</guid>
		<description>I&#039;m new to aspx and am attempting to implement option #2.
I see the confirmation dialog, but when I select &#039;OK&#039;, the only event that fires in my code behind is the Page_Load.

If I remove the confirmation dialog, then the OnRowCommand and OnRowDeleting events fire.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to aspx and am attempting to implement option #2.<br />
I see the confirmation dialog, but when I select &#8216;OK&#8217;, the only event that fires in my code behind is the Page_Load.</p>
<p>If I remove the confirmation dialog, then the OnRowCommand and OnRowDeleting events fire.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1215</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Thu, 14 Aug 2008 06:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/#comment-1215</guid>
		<description>This is a good Example but can anyone tell me how to add Alert Message to Check Checkbox on Click of Save button and save button is on template 

Means,

I have one gridview and into this 100 Checkbox and at the time of save i have to show message Please Select Atlist one Checkbox if user doesnot select any record</description>
		<content:encoded><![CDATA[<p>This is a good Example but can anyone tell me how to add Alert Message to Check Checkbox on Click of Save button and save button is on template </p>
<p>Means,</p>
<p>I have one gridview and into this 100 Checkbox and at the time of save i have to show message Please Select Atlist one Checkbox if user doesnot select any record</p>
]]></content:encoded>
	</item>
</channel>
</rss>
