MobileControl::IsFormSubmitControl Method ()
Returns true if the control submits the form. The default is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Mobile controls, such as the Command, can override this method to determine whether this is a control used for form submission.
Other controls can be extended by providing logic to programmatically determine whether or not they must be submit controls, for example, by checking for specific properties.
Note |
|---|
A control is considered to be a form-submit control only if it implements IPostBackEventHandler method to capture the postback event. Otherwise, it is not registered for the default event handler, even if the method returns true. |
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
ASP.NET Web Forms Server Control Event Model
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
