I am using a aspx page which is having a button.
have you tried using the UniqueID instead of the ClientID?
__doPostBack('<%= savebtn.UniqueID %>', "");
Also have a look at this quick tutorial on dopostback: