FormView::UpdateMethod Property
.NET Framework (current version)
Gets or sets the name of the method on the page that is called when the control performs an update operation.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property String^ UpdateMethod { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The name of the method on the page that is called when the control performs an update operation.
For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.
.NET Framework
Available since 4.5
Available since 4.5
Show: