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/TreeDB/vb_TreeWithSavingNodePositi...

16 lines
538 B

<%@ Page Language="vb" CodeFile="vb_TreeWithSavingNodePosition.aspx.vb" Inherits="Tree" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<html>
<head runat="server">
<title>obout.com - Tutorial Saving NodePosition using ASPTreeView, AJAXPage and TreeDB</title>
<script type="text/javascript">
// function that will move the selected node up
function moveup()
{
if(typeof tree_selected_id != "undefined")
{
ob_t2_UpDown("up");
}