‎12-31-2014 07:02 AM
Solved! Go to Solution.
‎01-05-2015 03:53 PM
<%@ Page Language="C#" AutoEventWireup="true" Inherits="LS.BaseControl" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="LS" %>
<% Response.CacheControl = "no-cache";%>
<% Response.AddHeader("Pragma", "no-cache"); %>
<% Response.Expires = -1; %>
<% LS.User.Current().CheckWebsiteAccess(); %>
<p>The current logged on user is: <%= LS.User.Current().UserName %> </p>
<script type="text/javascript">
$('#WTitle<%=TabControlID %>', window.top.document).text("Username");
</script>
‎06-29-2015 11:53 AM
‎06-16-2015 02:25 PM
‎01-05-2015 03:53 PM
<%@ Page Language="C#" AutoEventWireup="true" Inherits="LS.BaseControl" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="LS" %>
<% Response.CacheControl = "no-cache";%>
<% Response.AddHeader("Pragma", "no-cache"); %>
<% Response.Expires = -1; %>
<% LS.User.Current().CheckWebsiteAccess(); %>
<p>The current logged on user is: <%= LS.User.Current().UserName %> </p>
<script type="text/javascript">
$('#WTitle<%=TabControlID %>', window.top.document).text("Username");
</script>
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now