For ur internal website search create a textbox and then a button. write an extensive stored procedure which will search ur database(or part of it, depends on your functionality). call this stored procedure everytime a user searches . If the returned search data is more show it with paging on your page. I have implemented this but my result was to be in a grid with paging if result had more than 10 values.