An error occured while loading this webframe.(0): error CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4ee375a6\9d24a5be\App_Web_webframe.ascx.91cb9e5.mbfxtrae.dll' -- 'Access is denied. '
An error occured while loading this webframe.(0): error CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4ee375a6\9d24a5be\App_Web_webframe.ascx.3fa9bbe0.__spxcyy.dll' -- 'Access is denied. '
Post: Adding the Search query box webframe in a sidebar
commented by bzashev on 14 Sep 2010
As this is a form you need the button to be part of the HTML in order to be triggered on "Enter". But it does not mean that it needs to be visible.
So just insert the button template "ctrl_search_link" in a div block with display:none style
view