N
Nikhil Patel
Hi all,
I need to read rows from DataReader. The rows have two columns FieldName
and FildeValue.
Below is a small sample data:
FieldName FieldValue
Company ABC Corp.
Company XYZ Corp.
Department Sales
Department IT
Deaprtment Accounting
....
In the application I will have two dropdowns - one for Company and one for
Department. I need to display the values read from DataReader into their
corresponding dropdown. Where should I store the data read from the
DataReader?
I need to read rows from DataReader. The rows have two columns FieldName
and FildeValue.
Below is a small sample data:
FieldName FieldValue
Company ABC Corp.
Company XYZ Corp.
Department Sales
Department IT
Deaprtment Accounting
....
In the application I will have two dropdowns - one for Company and one for
Department. I need to display the values read from DataReader into their
corresponding dropdown. Where should I store the data read from the
DataReader?