Dynamic Tabs From DataSource
am 17.01.2008 22:46:43 von Paul W SmithI am quite new to ASP.NET, but follwoing the principles of all good code
monkeys I have found some code which displays a tab control which when each
tab is clicked displays a different page of a multiview control.
What I would like to do now is have these tabs built dynamically from a
DataSource query. Doe sanyone have any links to any example(s) to show me
how to do this.
I have a query which returns two columns, the first that name I want to
appear in the tab, the second a piece of data which will be relevant to the
page of the mutliview.
Many thanks,
PWS