<?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: Fixing postbacks while using URLRewriter.net</title>
	<atom:link href="http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/</link>
	<description>Get stuff done with ASP.NET</description>
	<lastBuildDate>Sun, 08 Aug 2010 09:09:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Madwebmaster</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-7493</link>
		<dc:creator>Madwebmaster</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-7493</guid>
		<description>@Anders and @John

Try to put the code of onclick event function into 

if (Page.IsValid) {
 // your code
} 

It works fine
Hi&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;7493&#039;,&#039;Madwebmaster&#039;,&#039;@Anders and @John\r\n\r\nTry to put the code of onclick event function into \r\n\r\nif (Page.IsValid) {\r\n \/\/ your code\r\n} \r\n\r\nIt works fine\r\nHi&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@Anders and @John</p>
<p>Try to put the code of onclick event function into </p>
<p>if (Page.IsValid) {<br />
 // your code<br />
} </p>
<p>It works fine<br />
Hi
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('7493','Madwebmaster','@Anders and @John\r\n\r\nTry to put the code of onclick event function into \r\n\r\nif (Page.IsValid) {\r\n \/\/ your code\r\n} \r\n\r\nIt works fine\r\nHi'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: led</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-5605</link>
		<dc:creator>led</dc:creator>
		<pubDate>Thu, 29 Oct 2009 23:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-5605</guid>
		<description>Thanks , very helpfull&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;5605&#039;,&#039;led&#039;,&#039;Thanks , very helpfull&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks , very helpfull
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('5605','led','Thanks , very helpfull'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madushan</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-4892</link>
		<dc:creator>Madushan</dc:creator>
		<pubDate>Mon, 07 Sep 2009 11:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-4892</guid>
		<description>hi, thanks for your helpful article. realy helpful. With there be any other conflicts when using Ajax and third party controls. like above mentioned validater control issues!!

thanks.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;4892&#039;,&#039;Madushan&#039;,&#039;hi, thanks for your helpful article. realy helpful. With there be any other conflicts when using Ajax and third party controls. like above mentioned validater control issues!!\r\n\r\nthanks.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>hi, thanks for your helpful article. realy helpful. With there be any other conflicts when using Ajax and third party controls. like above mentioned validater control issues!!</p>
<p>thanks.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('4892','Madushan','hi, thanks for your helpful article. realy helpful. With there be any other conflicts when using Ajax and third party controls. like above mentioned validater control issues!!\r\n\r\nthanks.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-4795</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 29 Aug 2009 12:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-4795</guid>
		<description>Hi there,

I have the same problem as Anders:

When I change the server tag to &lt;url:form
All my validators (regularexpression, required) seem to be ignored.
I have a button with property: CausesValidation=true

When this button is clicked the validators ARE fired, but the page posts back anyway :S.
When I change the tag back to  the validators also work but the postback doesnt occur (just as it should work).

Please help with this, because this tool is awesome and I want to keep using it!!! :)&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;4795&#039;,&#039;John&#039;,&#039;Hi there,\r\n\r\nI have the same problem as Anders:\r\n\r\nWhen I change the server tag to &lt;url:form\r\nAll my validators (regularexpression, required) seem to be ignored.\r\nI have a button with property: CausesValidation=true\r\n\r\nWhen this button is clicked the validators ARE fired, but the page posts back anyway :S.\r\nWhen I change the tag back to  the validators also work but the postback doesnt occur (just as it should work).\r\n\r\nPlease help with this, because this tool is awesome and I want to keep using it!!! :)&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I have the same problem as Anders:</p>
<p>When I change the server tag to &lt;url:form<br />
All my validators (regularexpression, required) seem to be ignored.<br />
I have a button with property: CausesValidation=true</p>
<p>When this button is clicked the validators ARE fired, but the page posts back anyway :S.<br />
When I change the tag back to  the validators also work but the postback doesnt occur (just as it should work).</p>
<p>Please help with this, because this tool is awesome and I want to keep using it!!! <img src='http://www.tutorialsasp.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('4795','John','Hi there,\r\n\r\nI have the same problem as Anders:\r\n\r\nWhen I change the server tag to &amp;lt;url:form\r\nAll my validators (regularexpression, required) seem to be ignored.\r\nI have a button with property: CausesValidation=true\r\n\r\nWhen this button is clicked the validators ARE fired, but the page posts back anyway :S.\r\nWhen I change the tag back to  the validators also work but the postback doesnt occur (just as it should work).\r\n\r\nPlease help with this, because this tool is awesome and I want to keep using it!!! :)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-1080</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Wed, 11 Feb 2009 13:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-1080</guid>
		<description>Hey great tip. But i seem to have a problem using the url:form tag.
I use requiredFieldValidator control and this control fires the server event (when control are not valid) when i have changed  to .

When i cange back to  it workes fine. Ant ideas or tips on this issue.

/Anders&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;1080&#039;,&#039;Anders&#039;,&#039;Hey great tip. But i seem to have a problem using the url:form tag.\r\nI use requiredFieldValidator control and this control fires the server event (when control are not valid) when i have changed  to .\r\n\r\nWhen i cange back to  it workes fine. Ant ideas or tips on this issue.\r\n\r\n\/Anders&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hey great tip. But i seem to have a problem using the url:form tag.<br />
I use requiredFieldValidator control and this control fires the server event (when control are not valid) when i have changed  to .</p>
<p>When i cange back to  it workes fine. Ant ideas or tips on this issue.</p>
<p>/Anders
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('1080','Anders','Hey great tip. But i seem to have a problem using the url:form tag.\r\nI use requiredFieldValidator control and this control fires the server event (when control are not valid) when i have changed  to .\r\n\r\nWhen i cange back to  it workes fine. Ant ideas or tips on this issue.\r\n\r\n\/Anders'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihutuo</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-39</link>
		<dc:creator>Vihutuo</dc:creator>
		<pubDate>Thu, 09 Oct 2008 03:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-39</guid>
		<description>@Enum You will have to show some kind of URL, if you cannot show it, how will people know about your URL and come to your page.
@Hamayun Glad that you found it helpful&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;39&#039;,&#039;Vihutuo&#039;,&#039;@Enum You will have to show some kind of URL, if you cannot show it, how will people know about your URL and come to your page.\r\n@Hamayun Glad that you found it helpful&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@Enum You will have to show some kind of URL, if you cannot show it, how will people know about your URL and come to your page.<br />
@Hamayun Glad that you found it helpful
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('39','Vihutuo','@Enum You will have to show some kind of URL, if you cannot show it, how will people know about your URL and come to your page.\r\n@Hamayun Glad that you found it helpful'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamayun Khan</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-29</link>
		<dc:creator>Hamayun Khan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 11:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-29</guid>
		<description>Thanks for helpful article.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;29&#039;,&#039;Hamayun Khan&#039;,&#039;Thanks for helpful article.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for helpful article.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('29','Hamayun Khan','Thanks for helpful article.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erum</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-28</link>
		<dc:creator>Erum</dc:creator>
		<pubDate>Tue, 07 Oct 2008 11:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-28</guid>
		<description>i have a problem i made the web application,now working on security issues, i want the in the url the name of my aspx page will not appear in the adress bar......e.g http://localhost:2650/WebSite3/salaryadvance.aspx i don&#039;t wanna show the name salaryadvance.aspx...as i also used the tree view nagvigation in my web application.....pls solve my issue....&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;28&#039;,&#039;Erum&#039;,&#039;i have a problem i made the web application,now working on security issues, i want the in the url the name of my aspx page will not appear in the adress bar......e.g http:\/\/localhost:2650\/WebSite3\/salaryadvance.aspx i don\&#039;t wanna show the name salaryadvance.aspx...as i also used the tree view nagvigation in my web application.....pls solve my issue....&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>i have a problem i made the web application,now working on security issues, i want the in the url the name of my aspx page will not appear in the adress bar&#8230;&#8230;e.g <a href="http://localhost:2650/WebSite3/salaryadvance.aspx" rel="nofollow">http://localhost:2650/WebSite3/salaryadvance.aspx</a> i don&#8217;t wanna show the name salaryadvance.aspx&#8230;as i also used the tree view nagvigation in my web application&#8230;..pls solve my issue&#8230;.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('28','Erum','i have a problem i made the web application,now working on security issues, i want the in the url the name of my aspx page will not appear in the adress bar......e.g http:\/\/localhost:2650\/WebSite3\/salaryadvance.aspx i don\'t wanna show the name salaryadvance.aspx...as i also used the tree view nagvigation in my web application.....pls solve my issue....'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S.</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-26</link>
		<dc:creator>John S.</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-26</guid>
		<description>In ASP.NET 3.5 SP1, you can set the action attribute on the ASP form control is finally acknowledged so you can set it to your rewritten URL.

see http://john-sheehan.com/blog/index.php/less-code-is-fun-aspnet-35-sp1-removes-need-for-control-adapter-when-using-url-rewriting/&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;26&#039;,&#039;John S.&#039;,&#039;In ASP.NET 3.5 SP1, you can set the action attribute on the ASP form control is finally acknowledged so you can set it to your rewritten URL.\r\n\r\nsee http:\/\/john-sheehan.com\/blog\/index.php\/less-code-is-fun-aspnet-35-sp1-removes-need-for-control-adapter-when-using-url-rewriting\/&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>In ASP.NET 3.5 SP1, you can set the action attribute on the ASP form control is finally acknowledged so you can set it to your rewritten URL.</p>
<p>see <a href="http://john-sheehan.com/blog/index.php/less-code-is-fun-aspnet-35-sp1-removes-need-for-control-adapter-when-using-url-rewriting/" rel="nofollow">http://john-sheehan.com/blog/index.php/less-code-is-fun-aspnet-35-sp1-removes-need-for-control-adapter-when-using-url-rewriting/</a>
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('26','John S.','In ASP.NET 3.5 SP1, you can set the action attribute on the ASP form control is finally acknowledged so you can set it to your rewritten URL.\r\n\r\nsee http:\/\/john-sheehan.com\/blog\/index.php\/less-code-is-fun-aspnet-35-sp1-removes-need-for-control-adapter-when-using-url-rewriting\/'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: URL Rewriting in ASP.NET using URLRewriter.Net</title>
		<link>http://www.tutorialsasp.net/tutorials/fixing-postbacks-while-using-urlrewriternet/#comment-21</link>
		<dc:creator>URL Rewriting in ASP.NET using URLRewriter.Net</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=111#comment-21</guid>
		<description>[...] Update : Also check my post on fixing postbacks while using URLRewriter.net [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;21&#039;,&#039;URL Rewriting in ASP.NET using URLRewriter.Net&#039;,&#039;&#091;...&#093; Update : Also check my post on fixing postbacks while using URLRewriter.net &#091;...&#093;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] Update : Also check my post on fixing postbacks while using URLRewriter.net [...]
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('21','URL Rewriting in ASP.NET using URLRewriter.Net','&amp;#91;...&amp;#93; Update : Also check my post on fixing postbacks while using URLRewriter.net &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
