Hello,
How to call a C# function (eg., main()) from a Javascript funtion (eg.,ref()).? On Button click I can use this statement :
document.getElementById("I
nBut").cli
ck(); But how can I call C# function without any clicks?
Regards
Praveen
Start Free Trial