473,406 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Text Search component

Can anyone recommend a good component For adding a search feature to a
website that will search the text in a database

Thanks in advance

John

Sep 25 '06 #1
2 1369
Why can't you build it yourself?
It's very easy - but there are multiple considerations that a single
component could never narrow down...
First, you need to decide which field(s) you are searching. You can use a
DropDownList or TextBox

Then, you need to decide how you want to display the results. You could use
a Grid, or a customized way of displaying, say, like a DataList - -

The rest is just connecting to the dabase, querying the database and
retrieving the results, basically.

Is there something you're looking for that's different than what I've
described here?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com

"John Haycock" <jh***@blueyonder.co.ukwrote in message
news:7r******************@fe3.news.blueyonder.co.u k...
Can anyone recommend a good component For adding a search feature to a
website that will search the text in a database

Thanks in advance

John

Sep 25 '06 #2

"David Wier" <da********@noSpamhotmail.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Why can't you build it yourself?
It's very easy - but there are multiple considerations that a single
component could never narrow down...
First, you need to decide which field(s) you are searching. You can use a
DropDownList or TextBox

Then, you need to decide how you want to display the results. You could
use
a Grid, or a customized way of displaying, say, like a DataList - -

The rest is just connecting to the dabase, querying the database and
retrieving the results, basically.

Is there something you're looking for that's different than what I've
described here?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
Hi David
Thanks for the help
I would want to be able to search the database for specific strings like you
do in a standard search engine so the user could search for exact string
matches or keywords.

I could set up most of what you have talked about but I imagine you would
need to use some advanced regular expressions and I wouldn't know where to
begin

John

Sep 25 '06 #3

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

Similar topics

3
by: Chops | last post by:
Hi All. This has got me stumped Is there a way that we can search a remote web page for a specific line of text? We can check if a specific URL exist using the "MSXML2.ServerXMLHTTP" object...
0
by: Brandon | last post by:
I'm looking for a .NET component for text indexing and searching. I'd like to be able to create an index by passing the component various strings (chapters, etc; strings that could be one...
60
by: Julie | last post by:
What is the *fastest* way in .NET to search large on-disk text files (100+ MB) for a given string. The files are unindexed and unsorted, and for the purposes of my immediate requirements, can't...
3
by: PCC | last post by:
I am looking for a site search component, any pointers or links? Thank you.
5
by: R.A.M. | last post by:
Hello, I am learning SQL Server 2005 Expres Edition. I need to create full text index on Books.Remarks column in my database. I tried: CREATE FULLTEXT CATALOG FTC_Books AS DEFAULT CREATE...
1
by: RAM | last post by:
Hello, I have installed SQL Server 2005 Express Edition Advanced Services and SQL Server 2005 Express Edition Toolkit SP1. I cannot use full-text search. When I called: exec sp_fulltext_service...
21
by: Hallvard B Furuseth | last post by:
Is the code below valid? Generally a value must be accessed through the same type it was stored as, but there is an exception for data stored through a character type. I'm not sure if that...
13
by: Vai2000 | last post by:
Hi All, Planning to call the same search API which windows Search uses for searching , when u launch with Ctrl+F,you have the flexibility to provide a containing text! VB/C# any thing would work...
6
by: shantanu | last post by:
Hi All, I have a requirement to develop a search engine based on some search criteria that will search for the string or statement in all the documents uploaded in the website. The search result...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.