Hevea documentation

Combo.GetPostedValue Method 

Gets the posted selected value of the combo.

public static string GetPostedValue(
   WebPage owner,
   string id
);

Parameters

owner
combo owner
id
combo identifier

Return Value

the selected value

Exceptions

Exception Type Condition
ArgumentNullException owner or id is null

See Also

Combo Class | Hevea.Core.Http.Html.UI Namespace