Re: Basic MVC4 question on Form Post

2013-11-04 Thread Neil Young
: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Tony Wright *Sent:* Monday, 4 November 2013 4:51 PM *To:* 'ozDotNet' *Subject:* RE: Basic MVC4 question on Form Post Add an id to your BeginForm statement, in case you have a second form to the page (there’s usually a separate form tag for logout

Basic MVC4 question on Form Post

2013-11-03 Thread GregAtGregLowDotCom
Hi Folks, I'm still getting my head around MVC4 bit by bit. A quick question if I can: If I have a form declared: @using (Html.BeginForm(SomeAction, SomeController, FormMethod.Post)) { } I would normally just post it by using an input button set to submit. However, if I don't

Re: Basic MVC4 question on Form Post

2013-11-03 Thread Jorke Odolphi
@ozdotnet.com Date: Sunday, 3 November 2013 10:33 pm To: ozDotNet ozdotnet@ozdotnet.commailto:ozdotnet@ozdotnet.com Subject: Basic MVC4 question on Form Post Hi Folks, I’m still getting my head around MVC4 bit by bit. A quick question if I can: If I have a form declared: @using (Html.BeginForm

RE: Basic MVC4 question on Form Post

2013-11-03 Thread Tony Wright
(); }); This is off the top of my head and is only one possible solution. You might need to check the syntax. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of GregAtGregLowDotCom Sent: Monday, 4 November 2013 4:33 PM To: ozDotNet Subject: Basic MVC4 question

Re: Basic MVC4 question on Form Post

2013-11-03 Thread Jorke Odolphi
Correction.. From: Jorke Odolphi jo...@jorke.netmailto:jo...@jorke.net Reply-To: ozDotNet ozdotnet@ozdotnet.commailto:ozdotnet@ozdotnet.com Date: Sunday, 3 November 2013 10:47 pm To: ozDotNet ozdotnet@ozdotnet.commailto:ozdotnet@ozdotnet.com Subject: Re: Basic MVC4 question on Form Post I’m