(Forums: Searched)
(FAQ: read)
(Google: Searched)
Hi all,
I can't get search results to show up within a Form with runat=server on an ASP .NET Master page. The results show up just fine *outside* the form. Is there any way to fix this?
Master Page snippet:
<body>
<form runat=server>
<asp:ContentPlaceHolder ID="ph9" runat="server"></asp:ContentPlaceHolder>
</form>
</body>
Search page snippet:
<asp:Content ID="Content1" ContentPlaceHolderID="ph9" runat="Server">
<ZoomASPX:ASPXSearch id="ASPXSearch" runat=server/>
</asp:Content>
As I said, if I move the ContentPlaceHolder outside of the form, it works great, but of course my layout is all wrong. Is there any way around this?
Thanks!
Paul
(FAQ: read)
(Google: Searched)
Hi all,
I can't get search results to show up within a Form with runat=server on an ASP .NET Master page. The results show up just fine *outside* the form. Is there any way to fix this?
Master Page snippet:
<body>
<form runat=server>
<asp:ContentPlaceHolder ID="ph9" runat="server"></asp:ContentPlaceHolder>
</form>
</body>
Search page snippet:
<asp:Content ID="Content1" ContentPlaceHolderID="ph9" runat="Server">
<ZoomASPX:ASPXSearch id="ASPXSearch" runat=server/>
</asp:Content>
As I said, if I move the ContentPlaceHolder outside of the form, it works great, but of course my layout is all wrong. Is there any way around this?
Thanks!
Paul
Comment