EAPCtrlUtilsReaderToTable Method | 
| Name | Description | |
|---|---|---|
| ReaderToTable(DataTable) | 
            Reads a DataTable into an HTML table.  The table will always include a header row.
            The header row will have the "hdr" CSSClass.
              | |
| ReaderToTable(IDataReader) | 
            Reads a DataReader into an HTML table.  The table will always include a header row.
            The header row will have the "hdr" CSSClass.
              |