how do i do full postback although the button is "inside" UpdatePanel using JavaScript?
note that i don't have access permission to the server side or the .aspx files.
how do i do full postback although the button is "inside" UpdatePanel using JavaScript?
note that i don't have access permission to the server side or the .aspx files.
<input type="button" id="Button45" name="Button45" onclick="javascript:__doPostBack('ButtonA','')" value="clicking this will run ButtonA.Click Event Handler" /><br /><br />
works?