<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - submitting to a server]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=2493</link>
		<description><![CDATA[The most recent posts in submitting to a server.]]></description>
		<lastBuildDate>Wed, 19 Mar 2008 01:43:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[submitting to a server]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=18735#p18735</link>
			<description><![CDATA[<p>OK, this must be a very very simple question for ASP programmers to answer.<br />After I have gathered all the information I want from the user and after<br />the user has clicked on a submit button, how do I make an operating system<br />style call on the server.</p><p>Now, I have already figured out how to create a function call in the ASP<br />development environment that is called when the user clicks on the submit<br />button.</p><p>So my qesttion is to how to create a system level command through ASP.</p><p>Specifically, I am using ASP.NET.&nbsp; Let me explain further.&nbsp; I have just completed<br />a program that is very simular to the #3 AJAX demo that Joe Strgner has made on<br /><a href="http://asp.net/learn/ajax-videos/">http://asp.net/learn/ajax-videos/</a> where he gets users to select from a group<br />of &quot;CascadingDropDown&quot; control extender classes.&nbsp; When the user has selected<br />from the third drop down control, a label is custom formatted and displays the<br />group of selected options.</p><p>What I want to do is this.&nbsp; After this is done, I want to have a &quot;submit&quot; button<br />on this page which, when the user presses it, a call is made on the server side<br />that will include the users selections as parameters.</p><p>Something like this, for example:</p><p>&quot;CALL SOMEPROGRAM.EXE &quot; selection_1, selection_2</p><p>I think I will ask this question in a simpler way.<br />Notepad is a program that can be launched from the command line.<br />I can open a CMD window (dos window) and on the command line,<br />I can type &quot;notepad&quot; and the notepad execuatble will launch and I will<br />see that program.&nbsp; So, how would I do that inside asp.net and<br />specifically inside the Default.aspx.cs file which will get called<br />when the user clicks on the send button in the function</p><p>protected void Button1_Click(object sender, EventArgs e)<br />{<br />}</p><p> Is there some sort of &quot;run&quot; command in asp.net like &quot;run notepad&quot;?</p><br /><p>I also need to have some information specific to the user included in the submit.<br />We are on an intranet and each user has an alias.&nbsp; How do I snag this information?</p>]]></description>
			<author><![CDATA[null@example.com (xarzu)]]></author>
			<pubDate>Wed, 19 Mar 2008 01:43:45 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=18735#p18735</guid>
		</item>
	</channel>
</rss>
