ListView::UpdateMethod Property
.NET Framework (current version)
Gets or sets the name of the method to call in order to update data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [ThemeableAttribute(false)] property String^ UpdateMethod { virtual String^ get(); virtual void set(String^ value); }
Setting this property causes model binding to be used as the data-binding method.
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: