I need to execute a javascript function when a page loads for the first time. I need it to only execute on the first page load and not on postbacks. Therefore, the way I see it, the code that does this needs to go into the VB.NET code behind file so that I can slip it into an Not IsPostback if statement.
Start Free Trial