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
 
Back
Top