add asp.net control using javascript

前端 未结 6 1438
广开言路
广开言路 2021-01-16 07:40

I would like to add an ASP:label and ASP:textbox control to a page through Javascript.



        
6条回答
  •  不思量自难忘°
    2021-01-16 07:49

    in relation to your question if you can access html control from code behind, as long as you have
    runat="server"
    as one of the attributes of the control, the html control can be accessed from the code behind.

提交回复
热议问题