Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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