Asp.net MVC dynamic generated Text Boxes

Posted by Ashish on Stack Overflow See other posts from Stack Overflow or by Ashish
Published on 2010-05-28T08:19:23Z Indexed on 2010/05/28 8:21 UTC
Read the original article Hit count: 480

Filed under:

I am creating a page with with some Text Boxes that are generated dynamically. Ids' of all text boxes are also generated at run time. I want to send all text boxes value to my controller and save that data. How I get all text boxes value. I may use javascript or JQuery. Can anyone suggest me?

Thanks in advance..

Ashish

© Stack Overflow or respective owner

Related posts about dynamically-generated