Groups | Blog | Home
all groups > asp.net > december 2005 >

asp.net : 2.0 Client.RegisterClientScriptBlock(Type, String, String)



Teemu Keiski
12/4/2005 6:01:31 PM
Hi,

most likely Me.GetType() (VB) or this.GetType() (C#) will do.

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke


[quoted text, click to view]

Jason Chan
12/4/2005 10:49:08 PM
in asp.net 2.0, Page.RegisterClientScriptBlock is replaced by
Client.RegisterClientScriptBlock

function signature:

Client.RegisterClientScriptBlock(Type, String, String)

what should i put on the Type?


AddThis Social Bookmark Button