raise postback event from div tag

前端 未结 4 1642
甜味超标
甜味超标 2020-12-21 14:45

I was trying to raise a post back event by div tag. I don\'t know how to do that. AL I could think of is javascript, but that is not what I want. I need to call function of

4条回答
  •  离开以前
    2020-12-21 15:03

    What would trigger the postback?

    If you mean by clicking on a div, then all you can do is trigger a postback event using javascript.

提交回复
热议问题