Search in static pages

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2009-09-03T13:16:00Z Indexed on 2010/04/04 3:03 UTC
Read the original article Hit count: 275

Filed under:
|
|

I have an ASP web application which has pages with static content as well as dynamic content(data from database). I want to implement a search feature in the site.I Can do this with the dynamic data easily by framing the select query based on the search keys and pull data from the tables,But i would like to know how can i implement the search with the static pages ?

© Stack Overflow or respective owner

Related posts about search

Related posts about asp