In asp.net 1.1 I had no problems using this:
Page.RegisterStartupScript("ClientScript", strScript)

But as I moved to asp.net 2.0 I receive an error, it recommends me to use
ClientScript.RegisterStartupScript instead. Which arguments do I need to execute the same as in 1.1?