I have an ASP.NET page with two instances of the same Web User C开发者_开发问答ontrol (a simple WYSIWYG editor). On submit, the WUCs do a little JavaScript magic and then proceed with a normal postbac
I know it\'s strictly OK to put <script> tags in the body, but in the interest of neatness I\'d like to use System.Web.UI.ClientScriptManager to register a script in the <head> of my page.