LinkButton does not invoke on click()

前端 未结 8 949
不思量自难忘°
不思量自难忘° 2020-12-29 08:15

Why doesn\'t this work?

    
    

        
8条回答
  •  一整个雨季
    2020-12-29 08:50

    If you need the linkbutton's OnClick server-side event to fire, you need to use __doPostback(eventTarget, eventArgument).

    ex:

    
    
    
    

提交回复
热议问题