Another Obsolete method RegisterClientScriptBlock

  • Thread starter Thread starter Robert Beaubien
  • Start date Start date
R

Robert Beaubien

The replacement is .ClientScript.RegisterClientScriptBlock(type as
<type>,key as <string>, script as <string>)

What is the type parameter looking for? There is no enumerated list and
documentation is no help.

Thanx,
 
The Type parameter can be used to specify the type of the control injecting
the script, i.e. Me.GetType() or this.GetType().
 
Back
Top