ISubformBarAddToPage Method |
Add this SubformBar to a page.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void AddToPage(
Page pg,
string parentControlName
)
Sub AddToPage (
pg As Page,
parentControlName As String
)
Parameters
- pg
- Type: System.Web.UIPage
The page to which to add this SubformBar - parentControlName
- Type: SystemString
The host control on the page.
See Also