What is the difference between
ClientScriptManager.RegisterClientScriptBlock and
ClientScriptManager.RegisterClientScript
Thanks
DNB
bruce barker - 13 Dec 2007 22:06 GMT
RegisterClientScriptBlock exists and the other doesn't.
-- bruce (sqlwork.com)
> What is the difference between
> ClientScriptManager.RegisterClientScriptBlock and
> ClientScriptManager.RegisterClientScript
>
> Thanks
> DNB
Michael Nemtsev - 13 Dec 2007 22:14 GMT
RegisterClientScript is part of WebPartManager class, not ClientScriptManager

Signature
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour
> What is the difference between
> ClientScriptManager.RegisterClientScriptBlock and
> ClientScriptManager.RegisterClientScript
>
> Thanks
> DNB