我有2个DataStore,lds_header和lds_detail的组合,可以在1个DataWindow中获取数据。我已经根据标题的列设置了DataWindow的列。lds_detail has 5 columns to export for detail segment - holds in second row and so on.生成.TXT (制表符分隔)文件的时间
dt.Rows.Add(dr) '-- use DefaultView to filter the records dw.RowFilter = "Col1 like '%" + txtSearch.Text.Trim() + "%'"Repeater1.DataSource = dw
Repeater1.Data