N
Nathan Sokalski
We all know that Page.ClientScript has several ways to register scripts, but
none of them seem to do what they should. For example, how do I put at
script in the <head> section using Page.ClientScript? Shouldn't stuff added
using RegisterStartupScript be executed before stuff added using
RegisterClientScriptBlock? Can someone give me a summary or good reference
as to where the different methods actually put the scripts? Thanks.
none of them seem to do what they should. For example, how do I put at
script in the <head> section using Page.ClientScript? Shouldn't stuff added
using RegisterStartupScript be executed before stuff added using
RegisterClientScriptBlock? Can someone give me a summary or good reference
as to where the different methods actually put the scripts? Thanks.