views:

477

answers:

0

In my aspx page I have a button and onClientClick I am calling a vbScript function. I need to use VBScript as the third party ActiveX supports only vbScript.

OnClientClick I am populating couple of ASP.net textboxes. How do I call a VB.net procedure that is in the code-behind from vbScript.

As I cannot call both OnClientClick and onClick of the buttons at once, How do I call the server Side procedure from vbScript.