B
Bruce Dumes
Hello -
I've got a project where I need to create a table like:
| text1 | text 2 | dropdownlist | text input box |
The dropdownlist will be populated differently, or could be, for each row.
Is the repeater control the right one to use for this? If so, how do
you use a dropdownlist in a repeater? I've used it for displaying text
items and was able to add an asp button to one of the items, but I can't
figure out how to build a dropdownlist into it.
I tend to code by hand rather than using Visual Studio to design
anything. Am I making this harder or easer on myself?
One other question: There will most likely be more items in this table
than I can display on one page. Is there a built-in way of paging with
the repeater control or do I need to account for that myself?
Many thanks!
Bruce
I've got a project where I need to create a table like:
| text1 | text 2 | dropdownlist | text input box |
The dropdownlist will be populated differently, or could be, for each row.
Is the repeater control the right one to use for this? If so, how do
you use a dropdownlist in a repeater? I've used it for displaying text
items and was able to add an asp button to one of the items, but I can't
figure out how to build a dropdownlist into it.
I tend to code by hand rather than using Visual Studio to design
anything. Am I making this harder or easer on myself?

One other question: There will most likely be more items in this table
than I can display on one page. Is there a built-in way of paging with
the repeater control or do I need to account for that myself?
Many thanks!
Bruce