I have a repeater which I bind the data using Bind method from the database. There is a Asp:Button with an onclientclick and onclick event. In OnClientClick I open a new window and onclick I am adding the data to the database. This works perfectly on the first Page load. After first click on any of the buttons in the repeater, the click events stops working on subsequent clicks.
我花了几个小时的时间来寻找同样的解决办法,在我看来,如果我错了需要做的工作的话,他可以指导我。
P.S:我的申请是AJAX 授权的,使用WCF和J RequestRY
Thanks & Regards, Phani...