How Can I Render a Partial View via AJAX?
问题 This should be relatively simple for the MVC experts out there, but I'm still learning the ropes. I have a View which is not strongly-typed, simply ViewPage<dynamic> . On this View, I have a single textbox, which is extended using jQuery's AutoComplete When the user types something into the textbox, the AutoComplete does an AJAX call to a Controller, which calls a stored procedure, returning a JSON collection of records, with 2 properties: ID (Identifer for the item) Name (Name for the item)