E-mail List Archives
Re: .NET wrapping entire page in a form element
From: Greg Gamble
Date: Jul 10, 2014 12:36PM
- Next message: Bourne, Sarah (ITD): "event registration sites"
- Previous message: Jordan Wilson: "Re: .NET wrapping entire page in a form element"
- Next message in Thread: None
- Previous message in Thread: Jordan Wilson: "Re: .NET wrapping entire page in a form element"
- View all messages in this Thread
A dot net page can only have one form tag per page. You'll get a page error otherwise. Using update panels you can do asynchronous post-backs, which greatly reduces the payload.
Also, this is only for Web Forms. MVC pages handle the form tag differently.
Greg
- Next message: Bourne, Sarah (ITD): "event registration sites"
- Previous message: Jordan Wilson: "Re: .NET wrapping entire page in a form element"
- Next message in Thread: None
- Previous message in Thread: Jordan Wilson: "Re: .NET wrapping entire page in a form element"
- View all messages in this Thread