I have been programming for many years now, but I am new to the web development world. Is it possible to call a Controller ActionResult (get) method from javascript? I have a grid with a dropdownlist. I have the grid setup to use the change event. I have javascript for the onChange event. In this javascript I would like to make a call to a controller to retrieve information based upon the selection that was just made with the dropdownlist. Is this possible?