Sign in | Join
Last post 09-13-2009 3:05 AM by Mikesdotnetting. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
hello everybody, does anyone know how to add the search functionality to The Beer House, by which i mean a textbox that you will enter your search string
You can add a textbox anywhere. I would put it in the MasterPage if I were you sso that it appears on all pages in the site. You will probably need to provide a button for it so that you can write your searching logic in its click event.