Ask a Question related to ASP Database, Design and Development.
-
John Davis #1
add a quick search functionality in ASP or ASP.NET page
I want to add a "quick search" functionality in ASP or ASP.NET page. I heard
we can use Microsoft Indexing Service to accomplish the task, but not sure
how to do it. Is this the correct approach?? Please advice.
Thanks,
John
John Davis Guest
-
Quick Question. How page size
How do you make your page to go full screen whenever someone visits it. You know how you go to a website and then it takes your page full screen. ... -
website search functionality
I'm using ASP and want to implement a search functionality where a user can enter a string to search and find any matches in the website for the... -
How to create web page with spreadsheet like functionality?
Hello, I'm looking for a tool that would allow me to create a web page with the spreadsheet like functionality. Basically, I want to be able to... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Warning Page Has Expired, I need to turn it OFF for a simple search page
You can't turn it off. If you understand the reason for it, then you know that the Back button or Refresh button of a browser makes a new request... -
John Davis #2
add a quick search functionality in ASP or ASP.NET page
I want to add a "quick search" functionality in ASP or ASP.NET page. I heard
we can use Microsoft Indexing Service to accomplish the task, but not sure
how to do it. Is this the correct approach?? Please advice.
Thanks,
John
John Davis Guest
-
William Tasso #3
Re: add a quick search functionality in ASP or ASP.NET page
John Davis wrote:
yes> I want to add a "quick search" functionality in ASP or ASP.NET page.
> I heard we can use Microsoft Indexing Service to accomplish the task,
> but not sure how to do it. Is this the correct approach??
[url]http://www.google.com/search?q=using+%22index+server%22[/url]> Please advice.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
William Tasso #4
Re: add a quick search functionality in ASP or ASP.NET page
John Davis wrote:
yes> I want to add a "quick search" functionality in ASP or ASP.NET page.
> I heard we can use Microsoft Indexing Service to accomplish the task,
> but not sure how to do it. Is this the correct approach??
[url]http://www.google.com/search?q=using+%22index+server%22[/url]> Please advice.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
S. Justin Gengo #5
Re: add a quick search functionality in ASP or ASP.NET page
John,
William is right index server is the way to go.
If you also need to search database results I've created a component that
you send a datatable and search text and it returns a dataview that includes
all the original columns ranked by row. It allows you to specify which
columns to search and searches not only by the full text but by how many
times each word occurrs in the entry. It's working very well for me so far.
I've also created a help file for all the assemblies I've created.
The entire project is available for free (every bit of code is free) on my
web site, [url]www.aboutfortunate.com[/url]. Just go to the code library and click the
"Search" button in the left menu.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"John Davis" <jrefactor@hotmail.com> wrote in message
news:OEWSrDiZDHA.2328@TK2MSFTNGP12.phx.gbl...heard> I want to add a "quick search" functionality in ASP or ASP.NET page. I> we can use Microsoft Indexing Service to accomplish the task, but not sure
> how to do it. Is this the correct approach?? Please advice.
>
> Thanks,
> John
>
>
>
>
S. Justin Gengo Guest
-
S. Justin Gengo #6
Re: add a quick search functionality in ASP or ASP.NET page
John,
William is right index server is the way to go.
If you also need to search database results I've created a component that
you send a datatable and search text and it returns a dataview that includes
all the original columns ranked by row. It allows you to specify which
columns to search and searches not only by the full text but by how many
times each word occurrs in the entry. It's working very well for me so far.
I've also created a help file for all the assemblies I've created.
The entire project is available for free (every bit of code is free) on my
web site, [url]www.aboutfortunate.com[/url]. Just go to the code library and click the
"Search" button in the left menu.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"John Davis" <jrefactor@hotmail.com> wrote in message
news:OEWSrDiZDHA.2328@TK2MSFTNGP12.phx.gbl...heard> I want to add a "quick search" functionality in ASP or ASP.NET page. I> we can use Microsoft Indexing Service to accomplish the task, but not sure
> how to do it. Is this the correct approach?? Please advice.
>
> Thanks,
> John
>
>
>
>
S. Justin Gengo Guest



Reply With Quote

