4 references to RenderPostBackEventAsAttribute
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
98RenderPostBackEventAsAttribute(writer, "href", argument);
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
162RenderPostBackEventAsAttribute(writer, "href", item.Index.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
327RenderPostBackEventAsAttribute(writer, "href", String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.Index)); 514RenderPostBackEventAsAttribute(writer, "href", argument);