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