I have a web page that is basically a dashboard. It contains reports developed with a product named WebFocus. I do not create the reports. Others do that. Each WebFocus report seems to need it's own
statement. It should look like this:
The reports are stored in a SQL table. So I want to read thru this table and create the reports dynamically. So if there are 5 reports, I want 5 lines like above but each id will be Dash1, Dash2, Dash3, Dash4, and Dash5.
I thought about using a repeater control but I wasn't sure how to dynamically build the
statements. Or is there a better way to do this?
Thanks in advance.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ali tuncerPosted May 25, 2017, 5:04 AM
I guess you can use repeater, you can add repeater control to page :