Click to See Complete Forum and Search --> : asp.net search engine


carknowitall
04-11-2003, 03:33 PM
Hello, this is my first post. Anyway, me and a friend wish to start up a motorcycle salvage yard. Easier said than done, because we will be keeping invintory of everything, we need a place to keep a record of everything. I have setup a database and a page to add entrys to the database, but we wish to have a page that people can search for the part they need. This has proved to be difficult, since asp.net is fairly new their arn't alot of sites that have this technology, i have been looking for a page that will search the database with multiple fields IE make, model, year, condition, part, stuff like that. Tried to code it myself and was unsucsessful. Any help would be appreciated, thank you.

PeOfEo
04-12-2003, 12:08 AM
You have your other pages done right? Like your add, delte and update pages?

carknowitall
04-12-2003, 12:15 AM
i do but their not in asp.net, their made with microsoft access 2002 and uploaded to the database, i can edit and add new entrys though, i have to re upload. i just need a search page.that will connect to my database and query for a result(s).

PeOfEo
04-12-2003, 04:06 PM
and you are sure your server supports asp.net

carknowitall
04-13-2003, 12:41 AM
it's localy on my computer and yes it can

kamio
04-19-2003, 12:19 AM
Hi. How to write codes to search using a form in ASP? Thank you.