I need to understand the load sequence for a sharepoint page that uses a query string to filter content.
If I pass in a query string, I assume that SharePoint first passes that query string to any web parts that need it, waits for the web parts to load their content then loads the final page? OR does SharePoint first load the page then pass the query to its web parts.