Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

VB Version of RegisterClientScriptBlock

What is the vb.net version of the following code?

ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "script", "$(document).ready(function () { custom1(); });", true);

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

Great! Thanks