Click here to Skip to main content
15,910,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to call Javascript in VB.NET?.

What I have tried:

Because when i found this [^]

If it is possible i want to know how did he do that using the code snippet, i already check the code snippet if there's a javascript to write with. But i found nothing or it just i don't know where.

Thanks.
Posted
Updated 18-Jul-17 5:10am
Comments
Karthik_Mahalingam 20-Jul-17 23:53pm    
web app ?

1 solution

You can't "call javascript": you embed javascript into the page you are assembling, and it is sent to the client's browser when the response is complete. "The javascript" isn't running while the server side code is executing, the server is just processing a post back from the client machine (normally as a response to user action).
 
Share this answer
 
Comments
Darkness_07 18-Jul-17 11:16am    
Ahh ok, thank you for that clarification i appreciate it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900