6 references to PageAdapter
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (5)
74PageAdapter.RenderPostBackEvent(writer, Control.UniqueID, argument); 109bool appendCookieless = (PageAdapter.PersistCookielessData) && 123if (form != null && PageAdapter.IsFormRendered(form)) 125targetUrl = PageAdapter.GetFormUrl(form); 156IDictionary dictionary = PageAdapter.CookielessDataDictionary;
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
144PageAdapter.RenderPostBackHeader(writer, Control);