Свойство | Тип | Описание | |
---|---|---|---|
ActionButtonsPlaceholder | global::System.Web.UI.WebControls.PlaceHolder | ||
NewSurveyButton | global::System.Web.UI.WebControls.LinkButton | ||
SurveyGrid | global::System.Web.UI.WebControls.Repeater |
Метод | Описание | |
---|---|---|
OnInit ( EventArgs e ) : void |
Raises the Control.Init event.
|
Метод | Описание | |
---|---|---|
BindData ( ) : void |
Binds the data.
|
|
BuildAnalyzeUrl ( int surveyId ) : string |
Builds the URL to analyze the responses for the given survey.
|
|
BuildEditUrl ( int surveyId ) : string |
Builds the URL to edit the given survey.
|
|
BuildNewUrl ( ) : string |
Builds the URL to create a new survey.
|
|
BuildPreviewUrl ( int surveyId ) : string |
Build the URL to the read-only preview of the given survey.
|
|
NewSurveyButton_Click ( object sender, EventArgs e ) : void |
Handles the LinkButton.Click event of the NewSurveyButton control.
|
|
Page_Load ( object sender, EventArgs e ) : void |
Handles the Control.Load event of this control.
|
|
SurveyDataGrid_OnItemDataBound ( object sender, RepeaterItemEventArgs e ) : void |
Handles the Repeater.ItemDataBound event of the SurveyGrid control.
|
protected OnInit ( EventArgs e ) : void | ||
e | EventArgs | The |
Результат | void |
protected global::System.Web.UI.WebControls.PlaceHolder ActionButtonsPlaceholder | ||
Результат | global::System.Web.UI.WebControls.PlaceHolder |
protected global::System.Web.UI.WebControls.LinkButton NewSurveyButton | ||
Результат | global::System.Web.UI.WebControls.LinkButton |