Home All Groups Group Topic Archive Search About

Another Obsolete method RegisterClientScriptBlock

Author
8 Nov 2005 7:20 AM
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,

--
- Robert Beaubien
- President
- Kool Software
-

Author
8 Nov 2005 8:09 AM
CT
The Type parameter can be used to specify the type of the control injecting
the script, i.e. Me.GetType() or this.GetType().

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
Show quote
"Robert Beaubien" <rbeaub***@koolsoft.com> wrote in message
news:eUMRiTD5FHA.268@TK2MSFTNGP10.phx.gbl...
> 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,
>
> --
> - Robert Beaubien
> - President
> - Kool Software
> -
>

AddThis Social Bookmark Button