FWIW, the ASP.Net function Page.RegisterStartupScript places the registered script at the bottom of the page, after all controls. That seems like a logical place to do it since, as you note, the JS ...
I have some data that is grouped into categories which are being shown/hid using SPAN and JAVASCRIPT. This part works fine. However, I need some way to show a SPAN (i.e. the group people are most ...