how to create a data entry table?
-
Hi all, I'm trying to make an asp.net data entry table work like they do in access. what i want is a one line table with 3 columns (a time picker, a drop down, and a comments section). When the line is fully populated, I'd like a new empty line to appear below so the user can continue to add any number of lines. I can't figure out any easy way to do this, and that usually means i'm missing something simple:) any help is greatly appreciated! thanks in advance, Craig
-
Hi all, I'm trying to make an asp.net data entry table work like they do in access. what i want is a one line table with 3 columns (a time picker, a drop down, and a comments section). When the line is fully populated, I'd like a new empty line to appear below so the user can continue to add any number of lines. I can't figure out any easy way to do this, and that usually means i'm missing something simple:) any help is greatly appreciated! thanks in advance, Craig
try repeater control or datagrid and add template columns
Shujaat