3 implementations of GetPostBackOptions
System.Web (3)
UI\WebControls\DetailsView.cs (1)
3585
PostBackOptions IPostBackContainer.
GetPostBackOptions
(IButtonControl buttonControl) {
UI\WebControls\FormView.cs (1)
3025
PostBackOptions IPostBackContainer.
GetPostBackOptions
(IButtonControl buttonControl) {
UI\WebControls\GridView.cs (1)
4443
PostBackOptions IPostBackContainer.
GetPostBackOptions
(IButtonControl buttonControl) {
3 references to GetPostBackOptions
System.Web (3)
UI\WebControls\DataControlButton.cs (1)
48
options = _container.
GetPostBackOptions
(this);
UI\WebControls\DataControlImageButton.cs (1)
44
return _container.
GetPostBackOptions
(this);
UI\WebControls\DataControlLinkButton.cs (1)
50
return _container.
GetPostBackOptions
(this);