Hi. I'm building my first UltraWebTab control and I would like the number of tabs to be built based on the number of records returned from a query. If there are 6 records in the personnel table then I would want 6 tabs created, one for each person. If I added a person to the table, the next time the control is displayed there would be 7 tabs. Is this possible? I would appreciate any help including code examples. Thank you.
p.s. I'm developing in VS 2008 using ASP.NET with VB.NET in the code behind.
Hi Lyuba,
Could you advise me if we can add a new UltraWebTab inside a UltraWebTab Tab.
I am programatically creating grids inside a tab.Number of grids is dependant on resultset retrived from database.
I want to display all the grids in a seperate tab area.