Files
GPW/GPW_Barcode/ViewSwitcher.ascx
T
2016-12-14 17:41:59 +01:00

4 lines
262 B
Plaintext

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