What is the use of PlaceHolder control? Can we see it at runtime?
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.
Post:782
Points:3910What is the use of PlaceHolder control? Can we see it at runtime?
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.