What is the use of PlaceHolder control? Can we see it at runtime?
Ask by Sumit Kesarwani
Updated 20 Sep 2020
The PlaceHolder control acts as a container for those controls that are dynamically generated at runtime. We cannot see it at runtime because it does not produce any visible output. It used only as a container.