C# Class asp_levelone, zcw

Inheritance: System.Web.UI.Page
Show file Open project: jerrytan/zcw

Protected Properties

Property Type Description
dtcl DataTable
flbm string
flmc string
pageNum string

Protected Methods

Method Description
GetPageNumber ( string flbm ) : string
Getlevetwo ( string flbm ) : string

获取二级分类

Page_Load ( object sender, EventArgs e ) : void
getA ( DataRow item, int num ) : string

二级分类html

getClList ( string flbm ) : string

一级分类材料列表

Method Details

GetPageNumber() protected method

protected GetPageNumber ( string flbm ) : string
flbm string
return string

Getlevetwo() protected method

获取二级分类
protected Getlevetwo ( string flbm ) : string
flbm string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

getA() protected method

二级分类html
protected getA ( DataRow item, int num ) : string
item DataRow
num int
return string

getClList() protected method

一级分类材料列表
protected getClList ( string flbm ) : string
flbm string
return string

Property Details

dtcl protected property

protected DataTable dtcl
return DataTable

flbm protected property

protected string flbm
return string

flmc protected property

protected string flmc
return string

pageNum protected property

protected string pageNum
return string