AJAX helper represents support for rendering HTML in AJAX scenarios within a view.
Questions tagged [ajaxhelper]
21 questions
0
votes
2 answers
Which CakePHP version is compatible with php 5.4? (generating errors with AjaxHelper)
I have developed a website using CakePHP 2.4 and the server where i have uploaded website are using PHP 5.4. Everything is working correcctly, but as i have used AjaxHelper and JavascriptHelper in the website. It is generating warnings like:
Strict…

Divya Verma
- 19
- 1
- 5
0
votes
2 answers
FormCollection parameter is empty while using @Ajax.BeginForm and @Ajax.ActionLink
I've went through whole bunch of SO questions regarding my problem and I wasn't able to find a solution, so I've decided to post this question. The problem is that FormColection fc is empty when I do that Ajax POST request by clicking the search…

Darj
- 1,403
- 1
- 17
- 47
0
votes
1 answer
How to create Toggle button with Ajax Helper on MVC
I am adding this small functionality to favourite items on a MVC website and having some difficulties developing it on the UI side. I already have changed the processing and database side of the change.
It works as it is but I need to refresh the…

Laurence
- 7,633
- 21
- 78
- 129
0
votes
1 answer
My partial view is sending two Post requests to my action method
I have the following Main menu, which contain an Ajax.Actinolink to render a partial view as follow:-
@model TMS.ViewModels.VMJoin
@{
ViewBag.Title = "Details";
}
Details
…

John John
- 1
- 72
- 238
- 501
0
votes
1 answer
A way for not rendering Ajax.Actionlink when user uses IE
I have the following problem. As you know ie current versions do not support pushstate html5 feature. So I do not want to render my content with Ajax when the user is ie.
I guess that the best way to achieve this, is by using an extension of Ajax…

mcartur
- 325
- 3
- 13
-1
votes
1 answer
Why Does This AJAX.Helper Post call get a Enity Framework Error, but the "Get" doesn't?
As a learning project, I have a MVC & Typescript project and a Web 2.0 & entity framework project, the MVC project is trying to talk to the Web 2.0 project and I have a weird error.
This is my Web API 2.0 Player Controller:
public class…

chrispepper1989
- 2,100
- 2
- 23
- 48