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
What is autopostback in dropdownlist in asp net?
What are themes and skins in 2.0, explain usage scenario?
When Cookies are expired in ASP.NET?
What are server objects?
What is preprocessor in .net and type, where it use?
Is asp.net and .net are same or different?
Is it possible to write code in many languages in one asp.net project?
Name the two properties are on every validation control?
What is meant by asp.net?
Explain global assembly cache.
What does ascx stand for?
How does asp page work?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?