search engine in my page

Last post 07-01-2008 9:37 PM by Vince Xu - MSFT. 6 replies.

Sort Posts:

  • search engine in my page

    02-09-2008, 9:05 AM
    • Member
      26 point Member
    • ehsanen
    • Member since 08-13-2007, 1:03 PM
    • Posts 51

    hi there, i need to add a search engine to my web page that my users be able to search content of my website(all the pages not only the first page) and i need to add a google search to my page,too. how can i do these things?

    thanks for your help

  • Re: search engine in my page

    02-09-2008, 1:08 PM
    • Member
      602 point Member
    • roni_schuetz
    • Member since 07-12-2002, 5:24 AM
    • Zurich, Switzerland
    • Posts 162

    google offers some specific search options one of them is like this:

    "cache site:www.codeplex.com/sharedcache" 

    enter this into goolge (or ms or yahoo) and you receive your results.

     

     

     

    regards, roni
    ---
    speed up your applications with distributed caching or replicated caching: http://www.sharedcache.com - its free!
  • Re: search engine in my page

    02-09-2008, 1:08 PM
    Answer
    • All-Star
      45,563 point All-Star
    • haidar_bilal
    • Member since 07-14-2003, 1:43 AM
    • Lebanon - Beirut
    • Posts 8,726
    • TrustedFriends-MVPs

    To have internal ASP.NET Search engine for your pages, have a look here: Internal Site Search Engine

    To have google search engine on your websitem, follow this link: http://www.google.com/coop/cse/

     

    HTH,
    Regards

    Bilal Hadiar, MCP, MCTS, MCPD, MCT
    Microsoft MVP - Telerik MVP
  • Re: search engine in my page

    02-09-2008, 11:16 PM
    • Contributor
      7,324 point Contributor
    • M A A Mehedi Hasan
    • Member since 02-05-2007, 12:40 PM
    • Dhaka, Bangladesh
    • Posts 939

    Hi,

    You can implement google search

     

    http://www.communitymx.com/content/article.cfm?page=2&cid=E8E8CE970C6AB073
    http://www.google.com/sitesearch#utm_medium=et&utm_source=us-en-et-bizsol-0-noauth-all&utm_campaign=en
    http://aspnet.4guysfromrolla.com/articles/030503-1.aspx

    For Live search

    http://msdn2.microsoft.com/en-us/library/bb251794.aspx 

    Mehedi Hasan


    Mark as answer if the post meets your requirement!
  • Re: search engine in my page

    02-11-2008, 3:38 AM
    Answer

    Hi,

    To search the pages in your Web Site, you can use the below one.
    http://www.karamasoft.com/?Referrer=GoogleAdwords&Component=UltimateSearch&gclid=CJaTjcbau5ECFQmJTAodwjxo7w

    To embed google search, you can try the below codes.

        <!-- Google CSE Search Box Begins  -->
    <form action="http://localhost:50536/test.vb/Default4.aspx" id="searchbox_007964276471758046320:xdzvl0vlljs">
      <input type="hidden" name="cx" value="007964276471758046320:xdzvl0vlljs" />
      <input type="hidden" name="cof" value="FORID:11" />
      <input type="text" name="q" size="25" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_007964276471758046320%3Axdzvl0vlljs&lang=en"></script>
    <!-- Google CSE Search Box Ends -->

     

    <!-- Google Search Result Snippet Begins -->
    <div id="results_007964276471758046320:xdzvl0vlljs"></div>
    <script type="text/javascript">
      var googleSearchIframeName = "results_007964276471758046320:xdzvl0vlljs";
      var googleSearchFormName = "searchbox_007964276471758046320:xdzvl0vlljs";
      var googleSearchFrameWidth = 600;
      var googleSearchFrameborder = 0;
      var googleSearchDomain = "www.google.com";
      var googleSearchPath = "/cse";
    </script>
    <script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
    <!-- Google Search Result Snippet Ends -->


    Vince Xu
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: search engine in my page

    07-01-2008, 6:52 AM
    • All-Star
      21,630 point All-Star
    • venkatu2005
    • Member since 07-01-2008, 10:48 AM
    • Posts 4,679

     

    hi Gud day could u pls post the code for implement the google search engine to implement in my web site

     then Can u tell some sample code for Uploading video file to database and display then if i click any of the video image  it will play the specific files  ie: similar in youtube.com

     I will be waiting for ur Reply ..

     Kindly do the need ful..

     Thanks..

    I have Changed My Blog from (http://venkat-dotnetsamples.blogspot.com) to (http://venkat-dotnetsnippets.blogspot.com)

    Regards,
    Venkatesan.M

    Please Mark as Answered If its helpful and Un-Mark as Answered if it not help u.
  • Re: search engine in my page

    07-01-2008, 9:37 PM

    Please create a new thread for your own. We will follow up for you.

     


    Vince Xu
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (7 items)