by means of javascript i generate more than one dynamic html buttons inside an update panel and i want them all to be able to postback, i am using the __doPostBack() javascript method and it works fine, but i need to pass it parameters like __doPostBack('mybutton','myparameter'), but if i call the method this way it causes an asyncpostback instead of a postback. I need a way to identify which button is pressed at anytime because i perform different operations with each button. Also, Is there a way to set a postbacktrigger with javascript? Thx for the help. :P