Does anyone knows how to create a search box using asp.net c#, provided users can only..

T Jw

New member
...search keywords within? Please help!
Sorry for not explaining clearly. Search keywords within is that the users can only search for keywords that are within the website.
jrom's ans are useful. I can use tat too, but I am not sure what is (ASP.NET AJAX goodness). and where to place:
<profile>
<properties>
<add name="SearchTerms"
type="System.Collections.Specialized.StringCollection"
serializeAs="Xml" />
</properties>
</profile>
 
Back
Top