ASP.NET Dynamic form generation and submition

Posted by d1k_is on Stack Overflow See other posts from Stack Overflow or by d1k_is
Published on 2010-01-22T00:44:13Z Indexed on 2010/03/31 23:53 UTC
Read the original article Hit count: 266

Filed under:
|
|

I need to create a form where for each day in the month the user will enter in several different values (Im thinking a grid sort of thing, values along the top, day of the month along the side) using ASP.NET forms with C# backend...

So what would be the best way to generate this form? I dont want to hardcode that many controls as it would make the submition a little annoying but i also would need to be able to give it values entered in previous days and have it display them in the textboxes.

How would i go about creating this form and also how would i get the values from the textboxes in the backend?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#