Skip to content

Instantly share code, notes, and snippets.

Created September 10, 2014 15:44
Show Gist options
  • Select an option

  • Save anonymous/f254980f58e8bb14d65e to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/f254980f58e8bb14d65e to your computer and use it in GitHub Desktop.
<%@ 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