The Artima Developer Community
Sponsored Link

.NET Buzz Forum
New class ClientScript

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paschal

Posts: 1621
Nickname: bigapple
Registered: Nov, 2003

Paschal is a .Net developer
New class ClientScript Posted: Nov 19, 2003 1:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: New class ClientScript
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Paschal
Latest Posts From help.net

Advertisement

Thanks Roy for the link to Brad Adams about 'Dirty unofficial list of classes to be removed in Whidbey'.

The one which get my attention is about the new ClientScript. So does it means we are going to have more control on client side scripting. Cool.

System.Web.UI.Page.IsClientScriptBlockRegistered Use ClientScript.IsClientScriptBlockRegistered(string key) instead.
System.Web.UI.Page.IsStartupScriptRegistered Use ClientScript.IsStartupScriptRegistered(string key) instead.
System.Web.UI.Page.RegisterArrayDeclaration Use ClientScript.RegisterArrayDeclaration(string arrayName, string arrayValue) instead.
System.Web.UI.Page.RegisterClientScriptBlock Use ClientScript.RegisterClientScriptBlock(string key, string script) instead.
System.Web.UI.Page.RegisterHiddenField Use ClientScript.RegisterHiddenField(string hiddenFieldName, string hiddenFieldInitialValue) instead.
System.Web.UI.Page.RegisterOnSubmitStatement Use ClientScript.RegisterOnSubmitStatement(string key, string script) instead.
System.Web.UI.Page.RegisterStartupScript Use ClientScript.RegisterStartupScript(string key, string script) instead.

 

Read: New class ClientScript

Topic: New MSN newsbot Previous Topic   Next Topic Topic: Microsoft Announces Availability of Open and Royalty-Free License For Office 2003 XML Reference...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use