SR.ObjectListAdapter_InvalidPostedData Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A string to use as an error message if invalid data was posted for the current ObjectList control's ViewMode property. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public: System::String ^ ObjectListAdapter_InvalidPostedData;
public const string ObjectListAdapter_InvalidPostedData;
val mutable ObjectListAdapter_InvalidPostedData : string
Public Const ObjectListAdapter_InvalidPostedData As String
Field Value
Remarks
The value of this string is "Invalid posted data for current ObjectList ViewMode. (The ObjectList may have been databound on postback during Page_Load, resetting the ViewMode. Call DataBind in Page_Load only if IsPostBack is false.)"