was that a tutorial that you just gave me?
It would be nice if you answered the actual question
The sentence "About RegisterClientS cript, what it does is create a
"<script>" section in the HTML page. You can use it to produce
JavaScript content on the client." is enough to get any programmer worth
its salt started.
that article does not even have the word
registerclients cript in ut at all.
just read it. Usage is not like pasting a line of code and using it "as is"
in your own app. And BTW - you should be using RegisterClientS criptBlock if
you're using ASP.Net 2.
>i am using asp,net 2 but RegisterClientS criptBlock isn't recognized in
>intellisense in my ide vwd
>
in C#:
this.ClientScri pt.RegisterClie ntScriptBlock
>
or VB:
Me.ClientScript .RegisterClient ScriptBlock
>
... doesn't give you any intellisense? Are you doing this from a web-page?
>
Cheers,
Olaf
If that's an upgraded project from ASP.NET 1.1, the System.Web dll must
be referenced manually. The ClientScriptMan ager is a new class in 2.0
Comment