Enumeration PostBackModes



System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.PostBackModes

public sealed enum PostBackModes

Enumeration Values

MemberDescription
Get No POST data is posted back to the server
None
Post Only standard POST data is posted back - ASP.NET Post stuff left out
PostMethodParametersOnly Posts only the method parameters and nothing else
PostNoViewstate Posts back POST data but skips ViewState and EventTargets

Requirements

Namespace: Westwind.Web.Controls
Assembly: jquerycontrols.dll


  Last Updated: 11/12/2008 | © West Wind Technologies, 2008