Hello .Net Wizards!
I would like to seek your help on how to call javascript function from code behind of VB.net. I have javascript function named Openform() and i want to execute it on page load, if not page.ispostback ...
I know how to do this on javascript (on load attribute on the body of html), what i want is to execute the javascript function through vb.net code behind...
Thanks a lot....in advance.
I would like to seek your help on how to call javascript function from code behind of VB.net. I have javascript function named Openform() and i want to execute it on page load, if not page.ispostback ...
I know how to do this on javascript (on load attribute on the body of html), what i want is to execute the javascript function through vb.net code behind...
Thanks a lot....in advance.
Comment