Explain what a diffgram is, and a good use for one?
Answer Posted / guest
A DiffGram is an XML format that is used to identify current
and original versions of data elements . The DataSet uses
the DiffGram format to load and persist its contents, and to
serialize its contents for transport across a network
connection. Whena DataSet is written as a DiffGram, it
populates the DiffGram with all the necessary information to
accurately recreate the contents, though not the schema, of
the DataSet, including column values from both the Original
and Current row versions, row error information, and row order.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain about Multi-Language integration?
How can u debug your .net application?
What is page request in asp.net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are validator? Name the validation controls in asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
How do I create a web form?
How to disable validator control by client side JavaScript?
What is data control in asp.net?
How Session outproc in Sqlserver stored?
What is difference between session and cookie?
Why do we use datasource in asp.net?
What are Authentication and Authorization?
What is the displayafter property in updateprogress control?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?