Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
955 Points
182 Posts
Jul 05, 2012 08:41 AM|LINK
<script>
using jquery
$('<%= savebtn.ClientID %>').click( function(){ __doPostBack('<%= savebtn.ClientID %>',''); })
or
function submitPage()
{
__doPostBack('<%= savebtn.ClientID %>','');
}
</script>
<input .... onclick="submitPage()" />
TechFriend
Participant
955 Points
182 Posts
Re: Button click through another button's client click not working in IE
Jul 05, 2012 08:41 AM|LINK
$('<%= savebtn.ClientID %>').click( function(){ __doPostBack('<%= savebtn.ClientID %>',''); }){__doPostBack('<%= savebtn.ClientID %>','');