ajax

  1. M

    JSON AJAX returning page HTML instead of method value

    Hi all, I'm trying to make a simple call from an asp.net form using json & ajax to a method in the code-behind page but it's returning that page html instead of the value from the method. Here is the method in the code-behind: using System; using System.Collections.Generic; using System.Linq...
  2. P

    Question Error while calling a Webservice using AJAX / JQuery

    Hello, This is my first experience with C# Web Service & AJAX ... I would like to build a page like Facebook that will load the next set of records when we scroll down ... I'm trying to use the code but it's not working at all ... Can you help me ? Thank you Paul HTML Code...
  3. A

    Question Cascading Dropdown List 1 to Dropdown List 2 using AJAx & WebService

    Here I also included Script Manager & Update Panel as the AJAX Controls Here i am having 2 dropdown lists in which an item displayed in Dropdown List1 should display the appropriate options in Dropdown List 2 likeways If I select TV in Dropdown List 1 then it should display TV.ON,TV.MUTE &...
Top Bottom