internal website search
-
i have developed a website in asp.net.now i want to create a internal search in website ....plz help me to tell me how to create it....in html,javascript,asp.net
-
i have developed a website in asp.net.now i want to create a internal search in website ....plz help me to tell me how to create it....in html,javascript,asp.net
-
i have developed a website in asp.net.now i want to create a internal search in website ....plz help me to tell me how to create it....in html,javascript,asp.net
You want to develop your own search? You can use normal sql code to get the search data and then show in your site. Or you want to use Google Search to your website. If so see this : http://www.askdavetaylor.com/how\_can\_i\_add\_a\_google\_search\_box\_to\_my\_web\_site.html ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
i have developed a website in asp.net.now i want to create a internal search in website ....plz help me to tell me how to create it....in html,javascript,asp.net
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.