Property | Type | Description |
---|
Method | Description | |
---|---|---|
SetSelectedValue ( string valueAsString ) : void | ||
SetupDropDownListContent ( string>.IEnumerable |
This sets up the KeyValueList to the given list This must be done before handed to MVC for display (or redisplay on error)
|
|
ToString ( ) : string |
public SetSelectedValue ( string valueAsString ) : void | ||
valueAsString | string | |
return | void |
public SetupDropDownListContent ( string>.IEnumerable |
||
keyValueList | string>.IEnumerable | |
promptString | string | If supplied then puts up string and the user must select something. Otherwise first item selected |
return | void |