L
Lachlan Gemmell
Hello there,
I'm hoping this is possible but as yet I haven't been able to find out how
to do it.
I have placed a client side VBScript function in the HTML of my ASP.NET
page. Only under certain circumstances I want a server side button click
event handler in my code behind class to trigger a call of that VBScript
function. I understand that the call will not be made at the time the server
side button click event handler but instead will execute later when the page
is rendered on the client.
How do I accomplish this?
Regards,
Lachlan
I'm hoping this is possible but as yet I haven't been able to find out how
to do it.
I have placed a client side VBScript function in the HTML of my ASP.NET
page. Only under certain circumstances I want a server side button click
event handler in my code behind class to trigger a call of that VBScript
function. I understand that the call will not be made at the time the server
side button click event handler but instead will execute later when the page
is rendered on the client.
How do I accomplish this?
Regards,
Lachlan