ajax.beginform Questions
2
Solved
I'm having some difficulties with Ajax.BeginForm
I have something like this in a view
<% using (Ajax.BeginForm("ActionName", null , null, new { id = "FormName" }))
{%>
<input type="hi...
Vorfeld asked 8/4, 2010 at 13:11
1
Using the MVC project template in VS2008 (out of the box) I noticed the following:
Here is how the Register.aspx form is specified.
<% using (Html.BeginForm()) { %>
Selecting the Register...
Bedight asked 18/10, 2009 at 16:4
© 2022 - 2024 — McMap. All rights reserved.