473,624 Members | 2,232 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

search application

Hi All,

a while ago I had to write a asp.net search application. The start
page is a html page, which calls a aspx file that shows the search
results, using a datagrid. So far no problem.
But: now they want an "advanced search". This new search has to be
a aspx page (it contains dropdownlists that are filled from a
database). I can make this advanced search, but how do I call the
the original search.aspx from there?

The html file calls the aspx by using a Get request which is
triggered by a submit button.

html file --------------------------> advanced-search.aspx
! hyperlink-click !
! !
! submit - get /
! / How ?
! /
search.aspx <----------------------------/

I suspect I have to use Response.Redire ct, but how do I pass the
values entered in the advanced-search to the search.aspx?
Or do I have to use a completely different approach?

Any help or suggestions for alternative approaches would be highly
appreciated. Thanks.
Nov 21 '05 #1
1 896
Hi,

Server.execute ?

http://msdn.microsoft.com/library/de...ecutetopic.asp

Ken
----------------------
"Filip" <filip.dejaeghe r@_NOSPAM_scarl et.be> wrote in message
news:Xn******** *************** ***********@216 .196.109.145...
Hi All,

a while ago I had to write a asp.net search application. The start
page is a html page, which calls a aspx file that shows the search
results, using a datagrid. So far no problem.
But: now they want an "advanced search". This new search has to be
a aspx page (it contains dropdownlists that are filled from a
database). I can make this advanced search, but how do I call the
the original search.aspx from there?

The html file calls the aspx by using a Get request which is
triggered by a submit button.

html file --------------------------> advanced-search.aspx
! hyperlink-click !
! !
! submit - get /
! / How ?
! /
search.aspx <----------------------------/

I suspect I have to use Response.Redire ct, but how do I pass the
values entered in the advanced-search to the search.aspx?
Or do I have to use a completely different approach?

Any help or suggestions for alternative approaches would be highly
appreciated. Thanks.

Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2792
by: Alexander van Meerten | last post by:
Hello, I have to make an application that works on pc and apple mac. Therefore I am investigating if it's possible to use html/javascript. The database has 10000 records and is sequentially searched. This may take 20 seconds or so. I want the user to be able to quit the search and also I want the outputscreen to be updated immediately when a hit is found and not wait until the complete search is finished. The problem is that the...
28
3155
by: joshc | last post by:
If I have an array of data that I know to be sorted in increasing order, and the array is less than 50 elements, and I want to find the first element greater than a certain value, is a simple linear search the best here(for loop from beginning to end of array)? It seems like some other search algorithm like binary or whatever would be of no benefit on this data set.
0
1549
by: Sushil Srivastava | last post by:
Hi Guys, I have developed a utility that provide a smart MSDN knowledge base search both off-line and on-line. I have describe more in detail below why I decided to write this utility (one reason is just for fun). Please let me know if you need this utility. Thanks Sushil
2
1246
by: C | last post by:
Hi, I am starting to develop an ASP.Net app that will have a search section that will allow the user to search the site. I have come across the google search appliance which is quite big. I am currently considering freefind.com search product.
1
1090
by: Filip | last post by:
Hi All, a while ago I had to write a asp.net search application. The start page is a html page, which calls a aspx file that shows the search results, using a datagrid. So far no problem. But: now they want an "advanced search". This new search has to be a aspx page (it contains dropdownlists that are filled from a database). I can make this advanced search, but how do I call the the original search.aspx from there?
4
2173
by: MDW | last post by:
Posted this on another board, but evidently it was off-topic there...hope you folks will be able to provide some guidance. I've been working on a Web site for a business (my first non-personal site) and I want to help my client get the best search engine listing. Because this is my first for-profit site, I'm not sure what I need to do for optimal search engine placement. I've been poking around the Web, and I think I have a good start,...
5
2687
by: Mark | last post by:
Hi I have an application (in vb.NET 2005) which holds data in SQL Server and some of the SQL records are simply paths to related files. I would like to be able to do a text search on both the SQL data and the contents of any referenced files. The returned list being a listing which includes both records containing the text and files containing the text. Does anyone have a simple example of programatically searching for files
4
2165
by: BenCoo | last post by:
Hello, In a Binary Search Tree I get the error : Object must be of type String if I run the form only with the "Dim bstLidnummer As New BinarySearchTree" it works fine. Thanks for any help on this, Benny
2
3315
by: =?Utf-8?B?UEw=?= | last post by:
I'm looking for a tool or library (that can be used with C#) that would allow me to index many HTML files and to perform a search on this index. I'm looking for something that could be used on a desktop application (not like most of the Search-Index engine (dtSearch, Dieselpoint, etc. that requires to be used on a Web based application). My application is allowing our customer to visualize our publications, we would like to provide them...
0
8681
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8341
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7170
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6112
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4183
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2611
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.