Enumeration PostBackModes



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

public sealed enum PostBackModes : Enum

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: westwind.ajaxtoolkit.dll


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008