1 implementation of Form
System.Web.Extensions (1)
UI\PageWrapper.cs (1)
49IHtmlForm IPage.Form {
4 references to Form
System.Web.Extensions (4)
UI\PageRequestManager.cs (2)
748IHtmlForm formControl = _owner.IPage.Form; 832writer.Write(_owner.IPage.Form.ClientID);
UI\WebControls\DataPager.cs (2)
328bool methodGet = (IPage.Form != null) && 329IPage.Form.Method.Equals("GET", StringComparison.OrdinalIgnoreCase);