Prepare for your Next Interview
This is a discussion on Search Engine Implementation within the ASP.NET forums, part of the Web Development category; 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 ...
|
|||
|
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. |
| Sponsored Links |
|
|||
|
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. ![]()
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- Last edited by sutnarcha : 06-14-2007 at 03:43 AM. |
|
|||
|
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 |
|
|||
|
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, |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Full life cycle implementation in SAP R/3 | Geek_Guest | SAP R/3 | 0 | 05-24-2007 02:08 PM |
| SAP Implementation Questions | Geek_Guest | SAP R/3 | 0 | 05-03-2007 09:02 AM |
| Issues during SAP MM Module implementation | Geek_Guest | SAP R/3 | 0 | 04-12-2007 02:09 AM |
| what is the control engine. | schittoor | Test Cases | 1 | 02-12-2007 03:15 PM |