Hi,
I Have two tables.
Table1 has the following columns:
TableID
FieldID
FieldName
FieldValue
DateAdded
and Table2 has athe following Columns
FieldID
TableID
Dataadded
And I want to display Each FieldName as a Column name for Dridview control.How can i form SELECT Statement To Achieve this ?
Thanks in advance
sri