<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - submitting to a server]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=2493&amp;type=atom"/>
	<updated>2008-03-19T01:43:45Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=2493</id>
		<entry>
			<title type="html"><![CDATA[submitting to a server]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=18735#p18735"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[xarzu]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3692</uri>
			</author>
			<updated>2008-03-19T01:43:45Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=18735#p18735</id>
		</entry>
</feed>
