Using Panel or PlaceHolder

前端 未结 5 585
迷失自我
迷失自我 2020-12-02 16:33

What is the difference between and in ASP.NET?

When should you use one over the other?

5条回答
  •  -上瘾入骨i
    2020-12-02 16:45

    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.

提交回复
热议问题