Author: azammitt | Posted on: 7/10/2008 12:45:35 PM | Views : 926

 Hello!
 I'm trying to use asp.net to create an entry page and I'm not quite sure whats the best technique/controls to use.
 Imagine two text boxes and a button.  One text box is for an item's name, the other is for comments on that item.
 When the user clicks the button, I want the item/comments to be displayed on the page in a table of some sort.  The user should be able to add multiple items/comments as many times as they like.
Then when the user is done filling that out, another button will submit it to the database.

 
I've tried gridview control, table control and other "hacks" that I thought up.. and the problem always leads down to loosing items on post back.
If you had to do this, what would you do?
 
I really hope this makes sense.. post any questions for me if I was not clear enough.

 

...

Go to the complete details ...