Question on Update pannel
i am using a asp.net updatepannel .Will 开发者_JAVA百科update panel create a div in the client side ?
Yes.
In the future try a right-click > view source.
by default, yes
but is you set RenderMode="Inline"
it will create a <span>
精彩评论