Skip to content

Commit f0e0636

Browse files
authored
Merge pull request #194 from mpaulosky/Issue-#190
Change From Default Application Name to BeforeWebForms Sample on Site…
2 parents cfc833e + d8aa27d commit f0e0636

File tree

3 files changed

+33
-36
lines changed

3 files changed

+33
-36
lines changed

samples/BeforeWebForms/Default.aspx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
our matching Blazor components.
1111
</p>
1212

13+
<div class="row">
14+
<div class="col-md-12">
15+
<a href="https://github.com/FritzAndFriends/BlazorWebFormsComponents">BlazorWebFormsComponents GitHub</a>
16+
</div>
17+
</div>
18+
19+
<div class="row">
20+
<div class="col-md-12">
21+
<a href="https://fritzandfriends.github.io/BlazorWebFormsComponents/">Online BlazorWebFormsComponents Documentation</a>
22+
</div>
23+
</div>
24+
1325
<div class="row">
1426

1527
<div class="col-md-3">
@@ -23,19 +35,18 @@
2335
<li><a href="ControlSamples/GridView/Default.aspx">GridView</a></li>
2436
<li><a href="/ControlSamples/ListView">ListView</a></li>
2537
<li><a href="ControlSamples/Repeater/Default.aspx">Repeater</a></li>
26-
2738
</ul>
2839
</div>
2940

3041
<div class="col-md-3">
3142
<h3>Validation Controls</h3>
3243
<ul>
33-
<li>CompareValidator</li>
34-
<li>CustomValidator</li>
35-
<li>RangeValidator</li>
36-
<li>RegularExpressionValidator(?)</li>
37-
<li>RequiredFieldValidator</li>
38-
<li>ValidationSummary</li>
44+
<li>CompareValidator</li>
45+
<li>CustomValidator</li>
46+
<li>RangeValidator</li>
47+
<li>RegularExpressionValidator(?)</li>
48+
<li>RequiredFieldValidator</li>
49+
<li>ValidationSummary</li>
3950
</ul>
4051
</div>
4152

@@ -49,12 +60,9 @@
4960
</div>
5061

5162
<div class="col-md=3">
52-
<h3>Login Controls</h3>
63+
<h3>Login Controls</h3>
5364
<ul>
54-
5565
</ul>
5666
</div>
57-
5867
</div>
59-
6068
</asp:Content>

samples/BeforeWebForms/Site.Master

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
<head runat="server">
77
<meta charset="utf-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title><%: Page.Title %> - My ASP.NET Application</title>
9+
<title><%: Page.Title %> - BeforeWebForms Sample</title>
1010

1111
<asp:PlaceHolder runat="server">
1212
<%: Scripts.Render("~/bundles/modernizr") %>
1313
</asp:PlaceHolder>
1414

15-
<webopt:bundlereference runat="server" path="~/Content/css" />
15+
<webopt:BundleReference runat="server" Path="~/Content/css" />
1616
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
17-
1817
</head>
1918
<body>
2019
<form runat="server">
@@ -62,10 +61,9 @@
6261
</asp:ContentPlaceHolder>
6362
<hr />
6463
<footer>
65-
<p>&copy; <%: DateTime.Now.Year %> - My ASP.NET Application</p>
64+
<p>&copy; <%: DateTime.Now.Year %> - BeforeWebForms Sample</p>
6665
</footer>
6766
</div>
68-
6967
</form>
7068
</body>
7169
</html>

samples/BeforeWebForms/Site.Master.designer.cs

Lines changed: 11 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)