TFS_ANTIGUO/SIGPC/ProyectoSIGPC/ViewSwitcher.ascx

5 lines
256 B
Text
Raw Permalink Normal View History

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