Results 1 to 7 of 7

Thread: Content Search In ASP.Net

  1. #1

    Thread Starter
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Content Search In ASP.Net

    Hi All,

    I'm tasked to develop a Content Management System.

    Is there any possibility to achieve content search by using ASP.net ?

    Thanks
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Content Search In ASP.Net

    Hey,

    You certainly should be able to, yes.

    Have you seen the Content Management System examples that are readily available from Microsoft?

    http://www.asp.net/community/projects/

    This should hopefully give you a good starting point.

    Gary

  3. #3

    Thread Starter
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: Content Search In ASP.Net

    Thanks Gep13.

    I was just wondering that if my file is stored in binary format.
    It still be able to?
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Content Search In ASP.Net

    Hey,

    As long as you know the format of the binary file, and the information that you want out of it, then again, this shouldn't be a problem.

    Gary

  5. #5

    Thread Starter
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: Content Search In ASP.Net

    Thanks Gep13,

    Then I need to select all file from database binary field, convert it back to
    original and use indexes search for my file content?

    Do you have any good reference?
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Content Search In ASP.Net

    Hey,

    So, let me see if I have this correct....

    You are wanting to create an index of your site using SQL Server, then you want to be able to search the index file that is created? Is that correct?

    That doesn't seem very logical to me.

    The idea behind creating an index of your database is that it speeds up query times, not that you search the resulting file that is output.

    Gary

  7. #7

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width