<?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 PostBacks (Client and Server Side)</title>
	<atom:link href="http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/</link>
	<description>Adventures in Programming</description>
	<lastBuildDate>Fri, 07 Jan 2011 10:16:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/comment-page-1/#comment-2293</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 04 Dec 2008 13:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/#comment-2293</guid>
		<description>Hi Justin

Im using a stress testing tool MS WCAT 6.3 to test my asp.net website. I want to simulate a multiple posts to determine webserver performance. I want to post data something like this: http://localhost/Default.aspx?TextBox1=Jeremy. But I need to send also the ID of submit button so that the webserver knows which event happend and what function to call. The result should be a new record in my database. And all of this i want to trigger without even typing into textbox or clicking the submit button. 

This is the part of my WCAT scenario: 

request

{
verb = POST;
postdata = ;
url = &quot;http://localhost/testova/Default.aspx&quot;; 

}

That means that WCAT is posting data in mydata.txt, but nothing happens in my database. The button_click function is not fired because I dont know how to pass information about control that caused &quot;imaginary&quot; postback 
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Justin</p>
<p>Im using a stress testing tool MS WCAT 6.3 to test my asp.net website. I want to simulate a multiple posts to determine webserver performance. I want to post data something like this: <a href="http://localhost/Default.aspx?TextBox1=Jeremy" rel="nofollow">http://localhost/Default.aspx?TextBox1=Jeremy</a>. But I need to send also the ID of submit button so that the webserver knows which event happend and what function to call. The result should be a new record in my database. And all of this i want to trigger without even typing into textbox or clicking the submit button. </p>
<p>This is the part of my WCAT scenario: </p>
<p>request</p>
<p>{<br />
verb = POST;<br />
postdata = ;<br />
url = &#8220;http://localhost/testova/Default.aspx&#8221;; </p>
<p>}</p>
<p>That means that WCAT is posting data in mydata.txt, but nothing happens in my database. The button_click function is not fired because I dont know how to pass information about control that caused &#8220;imaginary&#8221; postback<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/comment-page-1/#comment-2269</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 01 Dec 2008 11:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/#comment-2269</guid>
		<description>input type=&quot;text&quot; name=&quot;MyText&quot; 

looks like that the HTML tags are filtered</description>
		<content:encoded><![CDATA[<p>input type=&#8221;text&#8221; name=&#8221;MyText&#8221; </p>
<p>looks like that the HTML tags are filtered</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/comment-page-1/#comment-2268</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 01 Dec 2008 11:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/#comment-2268</guid>
		<description>&quot;The PostBack request contains the current value of every control within your form declared with runat=server.  The data is commonly referred to as the Post Data&quot;

Will the value of following Html control (without runat=server) be included in the request?

</description>
		<content:encoded><![CDATA[<p>&#8220;The PostBack request contains the current value of every control within your form declared with runat=server.  The data is commonly referred to as the Post Data&#8221;</p>
<p>Will the value of following Html control (without runat=server) be included in the request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hap</title>
		<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/comment-page-1/#comment-155</link>
		<dc:creator>hap</dc:creator>
		<pubDate>Fri, 25 Jul 2008 01:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/#comment-155</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/comment-page-1/#comment-49</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinrhinesmith.com/blog/2008/07/08/aspnet-postbacks-client-and-server-side/#comment-49</guid>
		<description>Justin, thank you for the post, it was helpful with a coding issue I was having.</description>
		<content:encoded><![CDATA[<p>Justin, thank you for the post, it was helpful with a coding issue I was having.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

