1
Reply

What is the use of PlaceHolder control? Can we see it at runtime?

henary paul

henary paul

12y
1.5k
0
Reply

    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.