now obsolete

  • Thread starter Thread starter newhorizon
  • Start date Start date
N

newhorizon

I was planning to use "RegisterClientScriptBlock" for some clint side
scripting. I look up the documentation and suprisingly i saw that it
says

""This topic is pre-release documentation and is subject to change in
future releases. Blank topics are included as placeholders.]
NOTE: This Method is now obsolete. "


If this method is obsolete, what do you think i should use instead of
this method.
 
This method has simply been moved.
You should now use Page.ClientScript.RegisterClientScriptBlock
 
Back
Top