How to build a site search in ASP.Net 2.0?

  • Thread starter Thread starter Keven
  • Start date Start date
K

Keven

Hi,

I was used to build site search from page's <meta ... description ...> and
other <meta ...>. Now there's a site using MasterPage and those pages as
content have no <meta>. Is there a nice way to do the same job?

Thanks
 
if so, lots page share one MasterPage

That's right - that's the whole point of a MasterPage - that was suggestion
1) below...
and how do I get each page's <meta>.

ContentPages don't have a <header> section - that's why if you need
different meta tags when individual content pages are built, you need to
program it - that was suggestion 2) below...
 
Back
Top