Results 1 to 4 of 4

Thread: Search Engine Implementation

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Answers
    1

    Search Engine Implementation

    I made a small search engine for my employer with ASP.NET / C#. It searches our database for keyword match.

    When the result is more than one page, I have to break it into multiple pages. Is there a way to keep the search results in memory temporarily so that when user clicks the other page, it does not need to perform database search again.

    Thank you for your help.


  2. #2
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: Search Engine Implementation

    Viceroy,

    I am not able to write my comments here. It is not saving the format and indentations.

    Please find the attached text file.

    Attached Files Attached Files
    Last edited by sutnarcha; 06-14-2007 at 02:43 AM.
    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  3. #3
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: Search Engine Implementation

    Hi Viceroy,

    According to my point of view it is better to use the datagrid for displaying the search results, after getting the search results from database just bind the result to datagrid. It supports paging u can divide search results into diffrent pages and u can assign the page numbers also. Don't forget to set the allowpaging property of datagrid is to true.

    do u have any quries let me know..........

    Regards,
    Hari Prasad


  4. #4
    Administrator
    Join Date
    May 2006
    Answers
    331

    Re: Search Engine Implementation

    you can try database caching or web server caching with 24 hour life span or any depending how often you data changes ..

    we have an application changes every week or so .. so we use web server caching to expire for every 24 hours..

    Thanks,


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact