Click or drag to resize
BasicGoogleMaps Methods

The BasicGoogleMaps type exposes the following members.

Methods
  NameDescription
Protected methodBoundPagerToDataSource
Bound pager to the external external DataSource
(Inherited from BasicRepeater.)
Protected methodCreateControlHierarchy
Creates a control hierarchy with or without the specified datasource.
(Inherited from BasicRepeater.)
Public methodDataBind
Binds the data.
(Inherited from BasicRepeater.)
Public methodStatic memberGenerateMap
Generates static map.
Public methodGetGeoCoordinates
Returns coordinates according to location address from Google service.
Public methodHasData
Indicates if datasource contains data.
(Inherited from BasicRepeater.)
Protected methodInitControl
Ensures default data binding
(Inherited from BasicRepeater.)
Protected methodOnInit
Init event handler.
(Inherited from BasicRepeater.)
Protected methodOnItemDataBound
OnItemDataBound override.
(Overrides RepeaterOnItemDataBound(RepeaterItemEventArgs).)
Protected methodOnLoad
OnLoad event handler
(Inherited from BasicRepeater.)
Protected methodOnPreRender
OnPreRender override.
(Overrides BasicRepeaterOnPreRender(EventArgs).)
Protected methodRaiseOnBeforeInit
Raises the OnBeforeInit event.
(Inherited from BasicRepeater.)
Public methodReBind
Evokes control databind.
(Inherited from BasicRepeater.)
Public methodStatic memberRegisterMapScripts
Registers necessary Google javascript files.
Public methodReloadData
Reloads the control data, skips the loading if the data is already loaded.
(Inherited from BasicRepeater.)
Protected methodRender
Render override.
(Overrides BasicRepeaterRender(HtmlTextWriter).)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also