vote up 0 vote down star

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.

flag

44% accept rate
Not quite understand what your problem. The ActiveX component is a server-side one? Was it previously used in ASP scripts? – o.k.w Sep 10 at 13:49
I just need to call a vb.net function from vbscript. – acadia Sep 10 at 15:34
@acadia: You need greater clarity in you question. Reading between the lines you have IE on the client running VBScript. Having handled an input type=text onclick event you need to emulate the standard ASP.NET onclick post back. Does that cover it? If so please include this detailed description in your question. Failure to include good details is the reason your question has remains unanswered for 2 days. – AnthonyWJones Sep 12 at 19:55

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.