5 lines
93 B
Plaintext
Raw Normal View History

<% @Page Language="C#" %>
<%
Response.Cache.SetCacheability (HttpCacheability.Private);
%>