What is the motive for or utility of doing this?
Lou Klauder
-----Original Message-----
From: Robert Seber [mailto:robert.seber@....]
Sent: Monday, August 06, 2001 2:51 AM
To: ASPX_Professional
Subject: [aspx_professional] RE: action property of a server form
Simply remove:
runat="server"
-----Original Message-----
From: visual_ben@h... [mailto:visual_ben@h...]
Sent: Monday, August 06, 2001 12:58 PM
To: ASPX_Professional
Subject: [aspx_professional] action property of a server form
Hi
When i set the action propery of a server form to the url of another page
it still posts to itself
it states in the documentation that you can over-ride this behaviour
ie
<form runat="server" method="post" action="search.aspx">
FORM ELEMENTS
</form>
help!
ben