Skipping as to why, (In Visual Studio 2010) I have to change a search box (textbox) from a content page without master page to an actual master page and have the search box display on a default page using that master page. The search works fine prior to
move, but once moved to the master page the search box will not work. The same target page will be used to display the results of the query. Couple of questions:
1. I cannot find an on-click (button) event in the code behind for the page on which the original search box was located. I think there has to be an on-click event somewhere.
a. Where would I be able to find that click event?
b. Will that click event work if I just move it to the master page?
2. Can anyone point me to documentation anywhere which discusses and instructs on how to do this?
Thanks in advance,
Guess there is not much help availab ...
Go to the complete details ...