A: 

Access .NET controls in Javascript by the ClientID.

var dotNetControl = $('<% control.ClientID %>');
treefrog