CountryList Methods |
The CountryList type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCountries |
Returns a list of all countries that must be rendered.
| |
| GetCountry(CultureInfo) |
Returns country information for the given culture.
| |
| GetCountry(String) |
Returns country information by the given country code.
| |
| GetOnChangeEventHandler |
Returns a proper "onclick" event handler.
| |
| LoadPostData |
Processes postback data.
| |
| OnCountryChanged |
Raises "CountryChanged" event.
| |
| RaisePostDataChangedEvent |
Signals the server control to notify the application that the state of the control has changed.
| |
| Render |
Sender server control content to a provided System.Web.UI.HtmlTextWriter object which writes the content to be rendered on the client.
|