Submit Content

Sponsor



Results


ASP.NET: How To: Register JavaScript in a page (ASP.NET 2.0)

This article describe how to register JavaScript in an ASP.NET 2.0 page. It will also describe the difference between RegisterClientScriptBlock and RegisterStartupScript methods.

0 Comments   Posted by LazyAssCoder on May 17, 2007   2869 Views  


ASP.NET: How To: Register Javascript in an ASP.NET AJAX UpdatePanel

Registering a piece of JavaScript in an ASP.NET AJAX UpdatePanel is different than registering JavaScript for a page. This article will show you how to this correctly.

0 Comments   Posted by LazyAssCoder on May 17, 2007   1458 Views