I'm using asp.net 4.0. I have access to ClientScriptManager but when I try to type in RegisterClientScriptBlock(), there is no intellisense and I get an error about a static method. I was looking at Response.Redirect() in iFrame, redirect parent window as an example. Apparently there is some difference.
The page I'm on does inherit from System.Web.UI.Page. What is the proper way to use this method?