SR.XhtmlObjectListAdapter_InvalidPostedData Field

Definition

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 ^ XhtmlObjectListAdapter_InvalidPostedData;
public const string XhtmlObjectListAdapter_InvalidPostedData;
val mutable XhtmlObjectListAdapter_InvalidPostedData : string
Public Const XhtmlObjectListAdapter_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.)"

Applies to

See also