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. General Programming
  3. C#
  4. Not eble to call AJAX method....

Not eble to call AJAX method....

Scheduled Pinned Locked Moved C#
helpjavascriptcom
16 Posts 4 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.
  • J Offline
    J Offline
    Jax_qqq
    wrote on last edited by
    #1

    Hi, I m trying to call an AJAX Method from a javascript method...It's working fine with IE Browser...but not with fire fox... Pls Help me out to sortout this Problem... Thanx & Reagrds Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

    G J 2 Replies Last reply
    0
    • J Jax_qqq

      Hi, I m trying to call an AJAX Method from a javascript method...It's working fine with IE Browser...but not with fire fox... Pls Help me out to sortout this Problem... Thanx & Reagrds Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      What do you mean by an "AJAX Method"? My psycic powers are not at their best right now, so I guess you have to post your code in the forum for anyone to take a look at it... --- b { font-weight: normal; }

      J J 2 Replies Last reply
      0
      • G Guffa

        What do you mean by an "AJAX Method"? My psycic powers are not at their best right now, so I guess you have to post your code in the forum for anyone to take a look at it... --- b { font-weight: normal; }

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        Ajax[^]

        G 1 Reply Last reply
        0
        • G Guffa

          What do you mean by an "AJAX Method"? My psycic powers are not at their best right now, so I guess you have to post your code in the forum for anyone to take a look at it... --- b { font-weight: normal; }

          J Offline
          J Offline
          Jax_qqq
          wrote on last edited by
          #4

          This my JavaScript Function function Leaf() { alert("Before Fuction Calling"); var List = My.Page.ChangeLeaf(); <u>--> <b>"Here I m Calling my Ajax method"</b></u> alert("After Fuction Calling"); } Code In my .CS File ... [Ajax.Method] public string ChangeLeaf() { return "Testing"; } This Function is not getting call in firefox...It's working fine in IE. Thanx :doh: Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com</x-turndown>

          G 1 Reply Last reply
          0
          • J J4amieC

            Ajax[^]

            G Offline
            G Offline
            Guffa
            wrote on last edited by
            #5

            Was that intended as a reply to my post? --- b { font-weight: normal; }

            J 1 Reply Last reply
            0
            • G Guffa

              Was that intended as a reply to my post? --- b { font-weight: normal; }

              J Offline
              J Offline
              J4amieC
              wrote on last edited by
              #6

              Yes

              G 1 Reply Last reply
              0
              • J Jax_qqq

                This my JavaScript Function function Leaf() { alert("Before Fuction Calling"); var List = My.Page.ChangeLeaf(); <u>--> <b>"Here I m Calling my Ajax method"</b></u> alert("After Fuction Calling"); } Code In my .CS File ... [Ajax.Method] public string ChangeLeaf() { return "Testing"; } This Function is not getting call in firefox...It's working fine in IE. Thanx :doh: Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com</x-turndown>

                G Offline
                G Offline
                Guffa
                wrote on last edited by
                #7

                As there is no AJAX code at all in that code, what library are you using? --- b { font-weight: normal; }

                J N 2 Replies Last reply
                0
                • J J4amieC

                  Yes

                  G Offline
                  G Offline
                  Guffa
                  wrote on last edited by
                  #8

                  Why? Did you think that I don't know what AJAX is? --- b { font-weight: normal; } -- modified at 7:24 Monday 27th March, 2006

                  J 1 Reply Last reply
                  0
                  • G Guffa

                    As there is no AJAX code at all in that code, what library are you using? --- b { font-weight: normal; }

                    J Offline
                    J Offline
                    Jax_qqq
                    wrote on last edited by
                    #9

                    Hii Guffa, I have downloaded an ajax.cs file from " http://en.wikipedia.org/wiki/AJAX " and Include that in to my Project... this is a 6th relese of ajax library, i m using in my project... Actually I m new to use AJAX so might be not getting u...what exactly u want to know. :^) Thanx & regards Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                    G 1 Reply Last reply
                    0
                    • J Jax_qqq

                      Hii Guffa, I have downloaded an ajax.cs file from " http://en.wikipedia.org/wiki/AJAX " and Include that in to my Project... this is a 6th relese of ajax library, i m using in my project... Actually I m new to use AJAX so might be not getting u...what exactly u want to know. :^) Thanx & regards Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                      G Offline
                      G Offline
                      Guffa
                      wrote on last edited by
                      #10

                      Wikipedia does not develop program libraries. There are many different AJAX libraries. Where did you go to download it? --- b { font-weight: normal; }

                      J 1 Reply Last reply
                      0
                      • G Guffa

                        Why? Did you think that I don't know what AJAX is? --- b { font-weight: normal; } -- modified at 7:24 Monday 27th March, 2006

                        J Offline
                        J Offline
                        J4amieC
                        wrote on last edited by
                        #11

                        In a word...yes. You wrote: What do you mean by an "AJAX Method"? I didnt mean to offend. Thought id link to wiki in case anyone didnt know what ajax was....not specifically you.

                        1 Reply Last reply
                        0
                        • G Guffa

                          Wikipedia does not develop program libraries. There are many different AJAX libraries. Where did you go to download it? --- b { font-weight: normal; }

                          J Offline
                          J Offline
                          Jax_qqq
                          wrote on last edited by
                          #12

                          Hi Guffa, Good Morning, Can u tell me where should i download the latest AJAX library... Thanx & Reagrds Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                          G 1 Reply Last reply
                          0
                          • G Guffa

                            As there is no AJAX code at all in that code, what library are you using? --- b { font-weight: normal; }

                            N Offline
                            N Offline
                            nicck07
                            wrote on last edited by
                            #13

                            What Library are you using....??/ Mind think with Ideas,not Data. No amount of Information or Data could be compared with an inspired thought.

                            G 1 Reply Last reply
                            0
                            • J Jax_qqq

                              Hi Guffa, Good Morning, Can u tell me where should i download the latest AJAX library... Thanx & Reagrds Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                              G Offline
                              G Offline
                              Guffa
                              wrote on last edited by
                              #14

                              AJAX is a technology, not a product. There is no owner of the AJAX concept, so there is no "The AJAX Library". --- b { font-weight: normal; }

                              1 Reply Last reply
                              0
                              • N nicck07

                                What Library are you using....??/ Mind think with Ideas,not Data. No amount of Information or Data could be compared with an inspired thought.

                                G Offline
                                G Offline
                                Guffa
                                wrote on last edited by
                                #15

                                What? --- b { font-weight: normal; }

                                1 Reply Last reply
                                0
                                • J Jax_qqq

                                  Hi, I m trying to call an AJAX Method from a javascript method...It's working fine with IE Browser...but not with fire fox... Pls Help me out to sortout this Problem... Thanx & Reagrds Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                                  J Offline
                                  J Offline
                                  Jax_qqq
                                  wrote on last edited by
                                  #16

                                  Hi all, The AJAX Problem is Resolved...:-D Thanks a lot for your appreciation I have used AJAX 5.7.25.1 Lib. and now it's working fine... Thanks once again...:laugh::) Thanks & regards Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com

                                  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