Link to home
Start Free TrialLog in
Avatar of Jay
Jay

asked on

Image button not showing

Paypal button is not shown :(
 <div class="text-center">
   <asp:Button ID="btn_Back" runat="server" OnClick="btn_Back_Click" Text="Back" />
 <div id="paypalpay" style="display: none;">Here!
                        <div class="form-group">
                            <div class="col-sm-offset-2 col-md-6">
                                <asp:ImageButton ID="btnCheckout" runat="server" ImageUrl="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif"
                                    Width="145" AlternateText="Check out with PayPal"
                                     BorderWidth="0" OnClick="btnCheckout_Click" />
                            </div>
                        </div>
                    </div>
        <!-- try another checkout way -->
       <!-- &nbsp;<asp:Button ID="Button1" runat="server" Text="Paypal Checkout"/> -->
       <br />
        </div> 

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Tapan Pattanaik
Tapan Pattanaik
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jay
Jay

ASKER

thanks !!