Tag Archives: javascript

All about Javascript from server side

These are just my notes on Javascript: When AJAX is involved, use ScriptManager.RegisterStartupScript, instead of Page.ClientScript.RegisterStartupScript. The specialty of RegisterStartupScript (compared to RegisterClientScriptBlock) is that it places the code at the very end of the page (before the </form> tag. … Continue reading

Posted in ASP.NET | Tagged | Leave a comment