Click or drag to resize

EAPCtrlUtilsReaderToTable Method

Overload List
  NameDescription
Public methodStatic memberReaderToTable(DataTable)
Reads a DataTable into an HTML table. The table will always include a header row. The header row will have the "hdr" CSSClass.
Public methodStatic memberReaderToTable(IDataReader)
Reads a DataReader into an HTML table. The table will always include a header row. The header row will have the "hdr" CSSClass.
Top
See Also