DetailsView.TagKey Property
.NET Framework 3.0
Gets the HtmlTextWriterTag value for the DetailsView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected HtmlTextWriterTag get_TagKey ()
protected override function get TagKey () : HtmlTextWriterTag
Not applicable.
Property Value
If EnablePagingCallbacks is true, this property returns Div. Otherwise, it returns Table.Community Additions
ADD
Show: