No - the form element is outside the contentplaceholder and yes, it's a server side control. The second page is a content page. I added a simple layout below - see if that helps.
Sorry for the confusion.
============================
Master:
...
<form...>
<asp:contentplaceholder id="content"...>
</form>
...
Page 1:
...
<asp:Content ...>
<asp:TextBox...>
<asp:ImageButton PostBackURL="~/page2.asp"...>
</asp:Content>
Page 2:
...
<asp:Content ...>
<asp:ListView...>
<asp:ObjectDataSource...>
</asp:Content>