Using an event handler to trigger a CGI?
- From: "darrel" <notreal@xxxxxxxxxxx>
- Date: Fri, 20 Jan 2006 12:29:15 -0600
We're using a 3rd party CGI based search engine for our site.
The sample code to implement a search field is more ASP/PHP centric and uses
the traditional GET form handling:
<form method="get" action="search.cgi">
Since this will be placed within ASPX pages, I obviously already have a FORM
wrapping the page and that form, of course, does a post back.
Is there a way in .net to use the event handler of a button to pass the data
via a get action to the CGI script?
In otherwords, how to I take the traditional method of having multiple forms
on a page all with different ACTION attributes and convert them to the .net
way of having individual event handlers take care of things upon postback?
-Darrel
.
- Follow-Ups:
- Prev by Date: Re: Number of rows from datareader?
- Next by Date: Re: XmlSerialization base classes
- Previous by thread: .net VS 05 HELL!
- Next by thread: Re: Using an event handler to trigger a CGI?
- Index(es):