ASP MVC Creating Form Rows Dynamically
Posted
by Jonathan Stowell
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Stowell
Published on 2010-04-14T14:45:21Z
Indexed on
2010/04/14
15:03 UTC
Read the original article
Hit count: 166
asp.net-mvc
Hi Guys,
I haven't even attempted this yet and am creating this question for advice really.
I have a strongly typed page which receives a form model composed of several components. It is to create a mitigating circumstance (MC) for a student at a university for my final year project. A MC can be composed of the initial problem, assessment extensions, and I use a multi select box to allow the user to select staff retrieved from the database which are able to view the MC once created.
The thing is I feel that a student could be granted many assignment extensions for one problem. I am wander if it is possible to include a button/image on the form which when clicked will create a new assessment extension object, and duplicate the form components to set the values for the object? This would all need to occur without any page refreshes.
Any advice, or links to good tutorials would be appreciated. I have so far been unable to find any suitable examples.
Thanks,
Jon
© Stack Overflow or respective owner