4 lines
No EOL
265 B
Text
4 lines
No EOL
265 B
Text
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="Assignment4.ViewSwitcher" %>
|
|
<div id="viewSwitcher">
|
|
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
|
|
</div> |