Calling VBScript function directly from ASP.NET

M

murali

Hi,

I wrote a vbscript function to get some values from excel at client
side. This function is getting called from a button click using 'sub
button1_onclick() ....'

What I want now is that I require to call the same code in someother
buttons' click, but after performing some tasks (which were written in
c#). How can I do that?
 
C

Cowboy \(Gregory A. Beamer\)

You can call any routine you want by adding a hook in OnClick (attribute add
to the control). The language is not an issue.

NOTE: I would still consider moving to JavaScript due to the portability.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top