In my ASP.NET Web Forms project on Visual Studio 2010, I have three HTML server controls stacked vertically in the browser. The challenge is to dynamically adjust the size of the third control based on the number of items within the second control (which is determined in the C# code-behind). How can I change the size of the second web server control dynamically depending on a condition evaluated in the C# code behind? Thank you.