When I use Ajax.BeginForm with updateTargetId, it works fine in IE - replacing the html inside updateTargetId's tag. The same thing redirects the page to form's action. Does Ajax.BeginForm work in firefox?
A:
Yes it absolutely does. You probably have either poorly formed HTML or a javascript error that is preventing it from working properly.
If you still can't find it, post the rendered markup and we can look at it.
Ben Scheirman
2009-04-27 17:38:13
Yeah, it must be some unclosed tag for sure. it happens to me often
DaDa
2009-04-30 19:16:34