WebForm.ShowPopup (gb.web.form)
Sub ShowPopup ( Control As WebControl [ , Alignment As Integer ] )
 
Show the form as a popup.
  - 
Control is the owner of the popup. It is normally the control the popup is attached to.
- 
Alignment defines the position of the popup on the screen:
  
    - 
Align.Left : the popup is aligned to the left of its owner.
- 
Align.Right : the popup is aligned to the right of its owner.
 
By default the popup is aligned to the left of its owner.