Answer Posted / vanitha g
XML format used for DataSet serialization is known as
DiffGram. DiffGrams contains the tags that specify the
original and new state of data
1.Its an XML format.
2.Current and original versions of Data elements can be
identified through Diffgram.
3.Here, loading of contents can be done through dataset.
4.It serialize its contents for transport across a network
connection.
5.The column values from both the Original and Current row
versions, row error information, and row order will be
included.
6.Its a format intended for network data exchange and .NET
remoting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between response.redirect and server.transfer?
In Code-Behind class which kind of code (server or client) is found ?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What do you understand from custom control?
How does viewstate work?
Can we use html in asp.net?
What is the life-span of the items in the viewstate?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is asp.net with mvc? : Asp.Net MVC
How can we create pie chart in asp.net?
What is a 1x1 pixel?
Does google crawl redirects?
What is asp.net ajax?
What is the difference between session and viewstate in asp.net?
What is AutoPostback?