Parameter Hierarchy
The following table lists the classes derived from
System.Web.UI.WebControls.Parameter
.
| Class | Description |
|---|---|
| System.Web.UI.WebControls.ControlParameter | Binds the value of a property of a Control to a parameter object. |
| System.Web.UI.WebControls.CookieParameter | Binds the value of a client-side HTTP cookie to a parameter object. The parameter can be used in a parameterized query or command to select, filter, or update data. |
| System.Web.UI.WebControls.FormParameter | Binds the value of an HTTP request Form field to a parameter object. |
| System.Web.UI.WebControls.ProfileParameter | Binds the value of an ASP.NET Profile property to a parameter object. |
| System.Web.UI.WebControls.QueryStringParameter | Binds the value of an HTTP request query string field to a parameter object. |
| System.Web.UI.WebControls.SessionParameter | Binds the value of a session variable to a parameter object. |
Community Additions
Show: