All,

I am making an ASP.NET page in VB.NET 2005 with some GridViews on it. I drop these on at designtime, and databind them to some Stored Procedures. They take a parameter based on a TextBox, the value supplied at runtime. I compile them and run them and this all works great.

However, I need to add 'n' more Gridviews to the page, at the end of the page. I do not know how many there will be because there is no limit on the number.

Can I dynamically generate these GridViews, at runtime, bind them to Stored Procedures at runtime, and show as many as I need at runtime?

Thanks!