[导入]Simulate a button click event on an asp.net page
Googled and found this, in other words, use "javascript:" + Page.GetPostBackEventReference(btnBack) + ";"
文章来源:http://zouyu.blogspot.com/2006/04/simulate-button-click-event-on-aspnet.html
.net 点滴
Googled and found this, in other words, use "javascript:" + Page.GetPostBackEventReference(btnBack) + ";"