C# Class PollSystem.Account.ViewAllResults

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Protected Properties

Свойство Type Description
GridViewQuestions global::System.Web.UI.WebControls.GridView
RepeaterAnswers global::System.Web.UI.WebControls.Repeater

Méthodes publiques

Méthode Description
GridViewQuestions_GetData ( ) : IQueryable

Méthodes protégées

Méthode Description
GridViewQuestions_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

GridViewQuestions_GetData() public méthode

public GridViewQuestions_GetData ( ) : IQueryable
Résultat IQueryable

GridViewQuestions_SelectedIndexChanged() protected méthode

protected GridViewQuestions_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

GridViewQuestions protected_oe property

GridViewQuestions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridViewQuestions
Résultat global::System.Web.UI.WebControls.GridView

RepeaterAnswers protected_oe property

RepeaterAnswers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater RepeaterAnswers
Résultat global::System.Web.UI.WebControls.Repeater