Partager via


ContentPage.FindControlInMaster Method (String)

 

Finds the specified control in the master control.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

protected Control FindControlInMaster(
    string id
)
protected:
Control^ FindControlInMaster(
    String^ id
)
Protected Function FindControlInMaster (
    id As String
) As Control

Parameters

Return Value

Type: System.Web.UI.Control

Returns Control.

See Also

ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top