Questions tagged [ajax.beginform]

Writes an opening

tag to the response.

You can use this method in a using block. In that case, the method renders the closing tag at the end of the using block. The form is submitted asynchronously by using JavaScript.

For more detail click here

242 questions
-1
votes
2 answers

why we used ajax. BeginForm in mvc instead adding form tags and Html.BeginForm

What is the use of Ajax.BeginForm in MVC4. Why do we use it, when we can just add a form tag directly, does this html helper add some capability or does something which cannot be done with a simple form tag. And also I have found something we can…
Jinto John
  • 355
  • 4
  • 22
-1
votes
1 answer

using ajax.beginform not rendering view

I have a partial view that has an Ajax.BeginForm, it renders after clicking on a link, it was working before but I changed it and now its not working, this is what it looks like now: @using (Ajax.BeginForm( "AddTimeSeriesData", …
duxfox--
  • 8,314
  • 13
  • 50
  • 112
1 2 3
16
17