[Mono-list] Missing implementation: System.Web.UI.HtmlForm.Action?

Marek Habersack grendel at twistedcode.net
Tue Nov 4 15:10:59 EST 2008


On Tue, 4 Nov 2008 17:54:38 +0100
"Bálint Kardos" <kardosbalint at gmail.com> wrote:

Hey,
> Hi,
> I'm just wondering, why if it's a bug or a security feature,
> but with current Mono 2.0, the aspx page's default form's action can't be
> changed, it will give an error:
> 
> protected void Page_Load(object sender, EventArgs e)
> {
>       this.Form.Action = "myformname"; // HtmlForm.Action gets/sets the
> Form's Action tag.
> }
> 
> Method not found: 'System.Web.UI.HtmlControls.HtmlForm.set_Action'.
MSDN doesn't document any Action property on HtmlForm. Please create a stand-alone,
small test case and file a bug at http://bugzilla.novell.com/. Make sure the test
case works on MS.NET before filing,

regards,

marek


More information about the Mono-list mailing list