How make data entry using autogenerated texboxes in ASP.NET MVC?

Posted by elbaid on Stack Overflow See other posts from Stack Overflow or by elbaid
Published on 2010-06-07T03:10:32Z Indexed on 2010/06/07 3:22 UTC
Read the original article Hit count: 222

Filed under:
|

I'm asking a simple question on how to do data entry when using a custom number of textboxes. Usualy, in books, or tutorials, we consider a fixed number of entries for the controller. But what if the number of entries varies?

For a concrete example, imagine some number of products which we need to enter quantity. How to manage this if one time we have 3 products and the other time we have 10 products?

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc