Eval script for server side control's ID property?

后端 未结 6 1300
暗喜
暗喜 2020-12-07 05:36

Using the following Eval script for setting ID property causes error. Error message: the server tag is not well formed.

 

        
6条回答
  •  眼角桃花
    2020-12-07 06:16

    asp.net controls' ID doesn't support the binding. Try to use HTML controls to work around.

提交回复
热议问题