You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/tree_link_grid_sub.aspx

16 lines
571 B

<%@ Page Language="C#" ASPCOMPAT="TRUE"%>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<!-- For sub tree do NOT put any HTML tags above and below code -->
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e) {
obout_ASPTreeView_2_NET.Tree oTree = new obout_ASPTreeView_2_NET.Tree();
// These 3 lines prevent from browser caching. They are optional.
// Useful when your data changes frequently.
Response.AddHeader("pragma","no-cache");
Response.AddHeader("cache-control","private");
Response.CacheControl = "no-cache";