What is the difference between <asp:Panel > and <asp:PlaceHolder > in ASP.NET? When should you use one over the other?
<asp:Panel >
<asp:PlaceHolder >
A panel expands to a span (or a div), with it's content within it. A placeholder is just that, a placeholder that's replaced by whatever you put in it.
Source: http://stackoverflow.com/questions/483352/using-panel-or-placeholder
Also want to know how is it used?
how to change size of the panel dynamically vb.net