ASP.NET

Question:

What are the possible ways of registering JavaScript into ASP.NET page?

Answer:

• Page.ClientScript.RegisterClientScriptBlock - Places the code to the top of the page
• Page.ClientScript.RegisterStartupScript - Places the code to the bottom of the page
• Page.ClientScript.RegisterClientScriptInclude - For external .js files

  Go Back    Print This Page    Submit Feedback

Share

© 2008 - Some Rights Reserved. - Terms and Credits - Contact Form - Advertising - Admin Login - About - News