Adding rows to a datalist

  • Thread starter Thread starter Mike Malter
  • Start date Start date
M

Mike Malter

I take it that the only way to add rows to a DataList control is through DataBind?

If not, how do I manually add rows to a DataList control? I have searched everywhere and can't find an example anywhere other than
through building a DataTable, and then doing a DataBind.

Thanks.

Mike
 
Thanks, that's what I thought.

In your coding, how do you decide between using a DataList vs. a DataGrid? And, can you add rows programmatically to a DataGrid?

Thanks.

Mike
 

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

Back
Top