|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Another Obsolete method RegisterClientScriptBlockThe 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 - The Type parameter can be used to specify the type of the control injecting
the script, i.e. Me.GetType() or this.GetType(). -- Show quoteCarsten 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) --------- "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 > - > |
|||||||||||||||||||||||