JavaScript General - What is the difference between RegisterClientScriptBlock and RegisterStartupScript?
Interview Question Database For Software Developers
|
|
| What is the difference between RegisterClientScriptBlock and RegisterStartupScript? | | What is the difference between RegisterClientScriptBlock and RegisterStartupScript? | | By: |
RegisterClientScriptBlock emits the JavaScript just after the opening <form> tag.
RegisterStartupScript emits the JavaScript at the bottom of the ASP.NET page just before the closing </form> tag.
| | ID: 2120 | Rank: 1063 | Votes: 95 | Views: 749 | Submitted: 20080805 |
Copyright © 2008 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|