SR.ObjectListAdapter_InvalidPostedData Field

 

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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Public Const ObjectListAdapter_InvalidPostedData As String

Field Value

Type: System.String

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.)"

.NET Framework
Available since 1.1
Return to top
Show: