Asp.net|treeview #region Statement
//----------------------------------------------------------------------
//
Author: Li Miao (nick.lee)
//
Asp. NET environment, the complete TreeView Control Usage Scenario Class
//
Time: 2005-2-17
Boyorgril@msn.com
qq:16503096
//
//----------------------------------------------------------------------
#endregion
Using System;
#region Custom Namespaces (REUSABLE)
Call itself function Reference namespace
Using NickLee.Web.UI;
Using System.Data;
#endregion
Namespace NickLee.Web.UI
{
<summary>
Summary description of the Menufill.
</summary>
public class Menufill
{
#region class public and private properties
Webdatafill topfill=new Webdatafill ();
Webdatafill secfill=new Webdatafill ();
Webdatafill thirdfill=new Webdatafill ();
<summary>
First-level menu SQL statement, example: "SELECT * from Basedata_topmenu order by TOPMENU_PK;"
</summary>
public string sqltopmenustring
{
get{return topmenu;}
set{Topmenu=value;}
}
<summary>
Second-level menu SQL statement, example: "SELECT * from Basedata_secmenu where topmenu_pk="
</summary>
public string sqlsecmenustring
{
get{return secmenu;}
set{Secmenu=value;}
}
<summary>
Level three menu SQL statement, example: "SELECT * from Basedata_thirdmenu where secmenu_pk="
</summary>
public string sqlthirdmenustring
{
get{return thirdmenu;}
set{Thirdmenu=value;}
}
#endregion
Public Menufill ()
{
//
TODO: Add constructor logic here
//
#region Constructor Initial definition
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.