C# Class NewStudent_List, NewStudent

Inheritance: System.Web.UI.Page
Mostra file Open project: vtmer/NewStudent

Public Properties

Property Type Description
campus string
catid int
columns string[]

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

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

Property Details

campus public_oe property

public string campus
return string

catid public_oe property

public int catid
return int

columns public_oe property

public string[] columns
return string[]