<?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: Beginning Web Applications with ASP Class</title>
	<atom:link href="http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/</link>
	<description>Helping others learn JavaScript and web development in general.</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:56:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Frank Stepanski</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-7121</link>
		<dc:creator>Frank Stepanski</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-7121</guid>
		<description>Thanks Brian!</description>
		<content:encoded><![CDATA[<p>Thanks Brian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Stepanski</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-7120</link>
		<dc:creator>Frank Stepanski</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-7120</guid>
		<description>Glad you learned a lot Lori.</description>
		<content:encoded><![CDATA[<p>Glad you learned a lot Lori.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Stepanski</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-7119</link>
		<dc:creator>Frank Stepanski</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-7119</guid>
		<description>Hi Evelyn,

Yes, that is a very common question with ASP (ASP.NET makes it much easier). 

With ASP, you need to check for the submission AFTER the page&#039;s HTML has been processed.

Like:

... HTML form ...

&lt;%

If Request.Form(&quot;Submit&quot;) = &quot;submit&quot; Then

     ....vbscript processing...

End if

%&gt;</description>
		<content:encoded><![CDATA[<p>Hi Evelyn,</p>
<p>Yes, that is a very common question with ASP (ASP.NET makes it much easier). </p>
<p>With ASP, you need to check for the submission AFTER the page&#8217;s HTML has been processed.</p>
<p>Like:</p>
<p>&#8230; HTML form &#8230;</p>
<p>< %</p>
<p>If Request.Form("Submit") = "submit" Then</p>
<p>     ....vbscript processing...</p>
<p>End if</p>
<p>%></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evelyn</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-7114</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-7114</guid>
		<description>Hi Frank!

Currently, I am self-studying this subject. I have a question for lesson 2. I can get the information to appear after clicking the submit button. The thing is that I cannot get the information to appear in the same website after the form. Why is that so? Am I missing something?

This is the link : eveklc.brinkster.net/ASP/Week2-Solution - Form.asp

I hope you can furnish me with answers.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Frank!</p>
<p>Currently, I am self-studying this subject. I have a question for lesson 2. I can get the information to appear after clicking the submit button. The thing is that I cannot get the information to appear in the same website after the form. Why is that so? Am I missing something?</p>
<p>This is the link : eveklc.brinkster.net/ASP/Week2-Solution &#8211; Form.asp</p>
<p>I hope you can furnish me with answers.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori Lane</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-29</link>
		<dc:creator>Lori Lane</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-29</guid>
		<description>I know I asked lots of questions (just like Rita), but you answered every one of them and now I feel I really understand the subject a lot better. Thank you.

Lori</description>
		<content:encoded><![CDATA[<p>I know I asked lots of questions (just like Rita), but you answered every one of them and now I feel I really understand the subject a lot better. Thank you.</p>
<p>Lori</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Goddard</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-28</link>
		<dc:creator>Brian Goddard</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-28</guid>
		<description>Your lessons covered a lot of material and I really felt I was understanding how a server-side language works on the web. Trying to read some books on the topic never really sank in. I am glad I took your class.</description>
		<content:encoded><![CDATA[<p>Your lessons covered a lot of material and I really felt I was understanding how a server-side language works on the web. Trying to read some books on the topic never really sank in. I am glad I took your class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda Hayler</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-27</link>
		<dc:creator>Amanda Hayler</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-27</guid>
		<description>Thanks for a great class.</description>
		<content:encoded><![CDATA[<p>Thanks for a great class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rita</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-26</link>
		<dc:creator>Rita</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-26</guid>
		<description>Hi Frank,

I know I asked a million questions in your class, but I wanted to tell you I really appreciate all your help and patience. Especially patience. :)

I will be taking another one of your classes very soon.

Rita</description>
		<content:encoded><![CDATA[<p>Hi Frank,</p>
<p>I know I asked a million questions in your class, but I wanted to tell you I really appreciate all your help and patience. Especially patience. <img src='http://www.javascriptworkshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will be taking another one of your classes very soon.</p>
<p>Rita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather Krause</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-25</link>
		<dc:creator>Heather Krause</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-25</guid>
		<description>After taking your class, I now have a better understanding now of some ASP scripts/programs that being used on my website, and how to create my own simple programs. 

Thank you for a great class!</description>
		<content:encoded><![CDATA[<p>After taking your class, I now have a better understanding now of some ASP scripts/programs that being used on my website, and how to create my own simple programs. </p>
<p>Thank you for a great class!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lien</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/comment-page-1/#comment-24</link>
		<dc:creator>Lien</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119#comment-24</guid>
		<description>I just want to thank you for a great course. This course gives me a chance not only to learn ASP but also to find out more about HTML and CSS that I don’t know a lot. Now that I have ASP installed on my local server, I could go on learning some more about this language. You were very helpful to us and I greatly appreciate your prompt answer to every one of my questions.</description>
		<content:encoded><![CDATA[<p>I just want to thank you for a great course. This course gives me a chance not only to learn ASP but also to find out more about HTML and CSS that I don’t know a lot. Now that I have ASP installed on my local server, I could go on learning some more about this language. You were very helpful to us and I greatly appreciate your prompt answer to every one of my questions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

