-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank.aspx
22 lines (16 loc) · 918 Bytes
/
thank.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="thank.aspx.cs" Inherits="Default2" EnableEventValidation="false" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<!-- Thank page -->
<section class="main-container">
<div class="container text-center">
<asp:Image ID="Image1" runat="server" Height="186px" ImageUrl="~/images/thank.png" Width="396px" />
<br />
<br />
<div class="error-sub-heading">Customer Registration Succesfully done.</div>
<a href="Default.aspx" class="btn btn-pink">Back To Home</a> <a href="#" data-toggle="modal" data-target="#login-model" class="btn btn-pink">Log In</a>
</div>
</section>
<!-- Thank page -->
</asp:Content>