Data List Question

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

Guest

I'm creating a web page that is required to display multiple report
based on a selection
Each report is built upon a stored proc returning result sets with differen
nos of columns
I'd like to use a common datalist on my page that display the result
as Column Name, Value pairs
Is it possible to make a datalist render dynamic fields like this
( I can not to use a datagrid with AutoGenerateColumn
because my results have too many columns to look good
Besides I also want to display my information in 'Repeat Columns
)
 
Back
Top