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().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top