My set up is I have an index (normal page) using a PostBackUrl to post a search term from a asp:textbox and asp:button to a search page (sitesearch.aspx from http://www.codeproject.com/aspnet/search.asp). This works fine from the page not using master pages. It posts the search term to the search page and returns the search results. However, then I have a master page layout which includes the search box and submit button(same code as index page) which serves all the pages which are content pages. The same method PostBackUrl doesn’t pass the search term to the sitesearch.aspx page. Its exactly the same code. My thinking is that the master page is throwing a spanner in the works somewhere.
I have come accross some other people having this problem. Any ideas? Cheers.
Andrew Welch
Current project:
Abtec Network Systems