.NET
-
Hi Friends, I have one doubt,is it possible to call java function from ASP.NET,if possible means kindly tell me. Thank You Thanks & Regards Senthil Kumar
-
Hi Friends, I have one doubt,is it possible to call java function from ASP.NET,if possible means kindly tell me. Thank You Thanks & Regards Senthil Kumar
-
Hi Friends, I have one doubt,is it possible to call java function from ASP.NET,if possible means kindly tell me. Thank You Thanks & Regards Senthil Kumar
senthilsstil wrote:
it possible to call java function from ASP.NET
JavaScript
runs on theClient
, you can't call from ASP.NET. But You can Dynamically Build a JavaScript Block and write to the Client.- Regards -
JON
Life is not measured by the amount of breaths we take, but by the moments that take our breath away.
-
Hi Friend, Thank you for your reply,i have another doubt can we call java web service function from ASP.NET. Thank You Thanks & Regards Senthil Kumar
-
senthilsstil wrote:
it possible to call java function from ASP.NET
JavaScript
runs on theClient
, you can't call from ASP.NET. But You can Dynamically Build a JavaScript Block and write to the Client.- Regards -
JON
Life is not measured by the amount of breaths we take, but by the moments that take our breath away.
Hi Friend, Thank you for your reply,i have another doubt can we call java web service function from ASP.NET. Thank You Thanks & Regards Senthil Kumar
-
Hi Friend, Thank you for your reply,i have another doubt can we call java web service function from ASP.NET. Thank You Thanks & Regards Senthil Kumar
senthilsstil wrote:
can we call java web service function from ASP.NET.
Yes. Webservice communicates through a common language. So it can be called from any platform.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
senthilsstil wrote:
can we call java web service function from ASP.NET.
Yes. Webservice communicates through a common language. So it can be called from any platform.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Can you tell me how?
-
Naik A2Ze wrote:
window.onload = function;
He asked "is it possible to call java function from ASP.NET?" not Javascript..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."
-
Naik A2Ze wrote:
window.onload = function;
He asked "is it possible to call java function from ASP.NET?" not Javascript..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."
-
Hi Friends, I have one doubt,is it possible to call java function from ASP.NET,if possible means kindly tell me. Thank You Thanks & Regards Senthil Kumar
-
Can you tell me how?
Same like you do for normal webservices.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
U want to call a method specified in java language??? or u r going to call a function written by u in a java application? If u want to use a java specified method u need to add namespaces and reference vjslib and vjscor.
Hi Prateek, Thanks for your reply,actually i can't understand vjslib and vjscor whether it is java dll file.Can you tell me please. Thank You Thanks & Regards Senthil Kumar