tables and repeaters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am working with ASP .Net, C# and I am making an application where a user
can register his sport activities.
I need to let him choose one day and one activity from dropdown list that I
am already done with. I just need to know how I can do repeat a row in a
table, the row should contain 2 cells, one for the day dropdown list and the
other for the activity drop down list. I have used repeaters and I know how
to add rows as long as the cell containing Text Strings, but how can I put in
my own components instead of the strings???

Thanks !
 
microsoft.public.dotnet.framework.aspnet is a better group for this
question.
and that group gets alot of activity.


If you post at microsoft.public.dotnet.framework.aspnet, then please put a
"I MOVED THIS POST" followup here, so its not a multi post. (<< aka,
newsgroup etiquette).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top