Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to call, if possible, jquery-1.5.2.js functions from aspx.vb ?
Thank you.
Posted

1 solution

jquery-1.5.2.js
Do you know what this file is and does? Why would one need to call a method of it on server side?

If you are talking of referencing it then you will do it on client side or one can do it on serverside using RegisterStartUpScript[^] OR RegisterClientScriptBlock[^]

Finally in case you really want to call a method of that file, then use any of the above two said methods to invoke Javascript methods from server side.
 
Share this answer
 

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