S
Savvoulidis Iordanis
I'm using VS (in ASP.NET VB) for a few months and I'm creating my first site.
But I'm not that familiar with XML. Only the basic stuff. What I'm want to
create is a XML file that will be used as a gridview source. The file should
contain master/detail data with the following requirement :
The master field values (M) and the corresponding detail field values (D) of
a DB record, should be displayed in the same gridview row as if they were
fields from a single table.
That is like: M1|M2|M3|D1|D2|D3|D4.
How can I create an XML file like that? I want it to be an XML file, so the
clients don't hit the DB all the time, since the data is rarely changed after
inserted.
TIA
Iordanis
But I'm not that familiar with XML. Only the basic stuff. What I'm want to
create is a XML file that will be used as a gridview source. The file should
contain master/detail data with the following requirement :
The master field values (M) and the corresponding detail field values (D) of
a DB record, should be displayed in the same gridview row as if they were
fields from a single table.
That is like: M1|M2|M3|D1|D2|D3|D4.
How can I create an XML file like that? I want it to be an XML file, so the
clients don't hit the DB all the time, since the data is rarely changed after
inserted.
TIA
Iordanis