Hi,
I have two master pages in my site. One for the general pages that users can view without logging in (Site1.Master) and one for the pages that user can view after logging in (Site2.Master). Now once the user is logged in and say access Search.aspx page which has Site2.Master as its master page. If user clicks the search button everything is fine but if user clicks the Enter key after putting something in the search textbox the website loads the Site1.Master page and redirects user to Default.aspx page. Why is this happening ? Any feedback is appreciated