how to use functions present in .asp file in a C# program
Hi Friends,
This is my first posting to the group and require your help.
I have .asp page which has functions written in LANGUAGE="JavaScript".
And I need to write a C# program to use that functions. I mean, i need to call functions in the .asp page by passing parameters required and get the result from it.
How can i do this? How should I include that .asp file in my C# program and trigger a call to the function written in "JavaScript".
Help on this is very much appreciated.
Thanks in Advance,
Shankar.