Using Razor, I need a button that adds text fields when clicked
Using Razor and jQuery, I need to append a text field onto an existing div tag when the button's beeen clicked. The region should be a div tag and I need to use appendTo(), passing in another div tag in the contents.
I'm not sure how to do this.
I also need to have a unique ID for each field added, so I can associate it to a unique property on my ViewModel.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER