Call code behind method from aspx page

前端 未结 4 1212
一向
一向 2021-01-13 06:55

i have an image tag like

\' /> 

and in

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 07:57

    You have to call Page.DataBind() or Control.DataBind(). Otherwise the <%# %> blocks will not be evaluated.

提交回复
热议问题