-
-
Save anonymous/f254980f58e8bb14d65e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head runat="server"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title></title> | |
| <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" /> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery.js"></script> | |
| <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> | |
| </head> | |
| <body> | |
| <form id="form1" runat="server"> | |
| <asp:button runat="server" text="Button" CssClass="btn btn-primary" /> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment