Click or drag to resize

CountryList Methods

The CountryList type exposes the following members.

Methods
  NameDescription
Protected methodGetCountries
Returns a list of all countries that must be rendered.
Public methodStatic memberGetCountry(CultureInfo)
Returns country information for the given culture.
Public methodStatic memberGetCountry(String)
Returns country information by the given country code.
Protected methodGetOnChangeEventHandler
Returns a proper "onclick" event handler.
Public methodLoadPostData
Processes postback data.
Protected methodOnCountryChanged
Raises "CountryChanged" event.
Public methodRaisePostDataChangedEvent
Signals the server control to notify the application that the state of the control has changed.
Protected methodRender
Sender server control content to a provided System.Web.UI.HtmlTextWriter object which writes the content to be rendered on the client.
Top
See Also