Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. .NET

.NET

Scheduled Pinned Locked Moved ASP.NET
csharpjavaasp-net
12 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    senthilsstil
    wrote on last edited by
    #1

    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

    N J P 3 Replies Last reply
    0
    • S senthilsstil

      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

      N Offline
      N Offline
      Naik A2Ze
      wrote on last edited by
      #2

      Hi Frd:rose: Use This Code... window.onload = function; or

      Naik M

      S M 2 Replies Last reply
      0
      • S senthilsstil

        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

        J Offline
        J Offline
        John ph
        wrote on last edited by
        #3

        senthilsstil wrote:

        it possible to call java function from ASP.NET

        JavaScript runs on the Client, 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.


        S 1 Reply Last reply
        0
        • N Naik A2Ze

          Hi Frd:rose: Use This Code... window.onload = function; or

          Naik M

          S Offline
          S Offline
          senthilsstil
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          • J John ph

            senthilsstil wrote:

            it possible to call java function from ASP.NET

            JavaScript runs on the Client, 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.


            S Offline
            S Offline
            senthilsstil
            wrote on last edited by
            #5

            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

            N 1 Reply Last reply
            0
            • S senthilsstil

              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

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              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

              S 1 Reply Last reply
              0
              • N N a v a n e e t h

                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

                S Offline
                S Offline
                senthilsstil
                wrote on last edited by
                #7

                Can you tell me how?

                N 1 Reply Last reply
                0
                • N Naik A2Ze

                  Hi Frd:rose: Use This Code... window.onload = function; or

                  Naik M

                  M Offline
                  M Offline
                  Michael Sync
                  wrote on last edited by
                  #8

                  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."

                  N 1 Reply Last reply
                  0
                  • M Michael Sync

                    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."

                    N Offline
                    N Offline
                    Naik A2Ze
                    wrote on last edited by
                    #9

                    Its..possible...but u can generate code dynamically in asp page...

                    Vijay

                    1 Reply Last reply
                    0
                    • S senthilsstil

                      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

                      P Offline
                      P Offline
                      Prateek G
                      wrote on last edited by
                      #10

                      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.

                      S 1 Reply Last reply
                      0
                      • S senthilsstil

                        Can you tell me how?

                        N Offline
                        N Offline
                        N a v a n e e t h
                        wrote on last edited by
                        #11

                        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

                        1 Reply Last reply
                        0
                        • P Prateek G

                          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.

                          S Offline
                          S Offline
                          senthilsstil
                          wrote on last edited by
                          #12

                          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

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups