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
id
Type: System.StringThe ID of the control to find.
Return Value
Type: System.Web.UI.Control
Returns Control.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top