C# Class PollSystem.Account.ViewAllResults

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: vladislav-karamfilov/TelerikAcademy

Protected Properties

Property Type Description
GridViewQuestions global::System.Web.UI.WebControls.GridView
RepeaterAnswers global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
GridViewQuestions_GetData ( ) : IQueryable

Protected Methods

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

Method Details

GridViewQuestions_GetData() public method

public GridViewQuestions_GetData ( ) : IQueryable
return IQueryable

GridViewQuestions_SelectedIndexChanged() protected method

protected GridViewQuestions_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
return 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
return global::System.Web.UI.WebControls.Repeater