Is it possible to use Ajax.BeginForm in the Controller? Cause I want to create a form in the Controller and then write it in the HTML after an AJAX request. Or is there a better way?
Now I use a PartialView but it doesn't work... How can I render it with Ajax?