Link to home
Start Free TrialLog in
Avatar of josephdaviskcrm
josephdaviskcrmFlag for United States of America

asked on

ASP.NET - execute javascript from the page load event.

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.
ASKER CERTIFIED SOLUTION
Avatar of Zvonko
Zvonko
Flag of North Macedonia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial