function pageLoad(sender, args) { if (args.get_isPartialLoad()) { alert(”Ajax call”); } else { alert(”PostBack or initial load”); } }
function pageLoad(sender, args) { if (args.get_isPartialLoad()) { alert(”Ajax call”); } else { alert(”PostBack or initial load”); } }
This plug-in formats and highlights code and also does the following:
I found that it is more flexible and readable for me to use the ToString formatting for dates
objDate.ToString("MM/dd/yyyy");
than to use this:
objDate.ToShortDateString()