How to select a div element in the code-behind page?

前端 未结 6 1328
时光说笑
时光说笑 2020-12-29 09:11

I have a div element:

I want to control this element from the code-behind page an

6条回答
  •  醉酒成梦
    2020-12-29 09:25

    You have make div as server control using following code,

    then this div will be accessible in code behind.

提交回复
热议问题