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 ASP Session State and ASP.Net Session State?
Define a static class?
What is application session?
Define transparent caching with aop?
What is a web api?
Which is better union or union all?
What is asp.net version?
What is full trust in asp.net?
What is the difference between Classic ASP and ASP.Net?
Explain cookies with example.
What’s the use of “GLOBAL.ASAX” file?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What is voluum?
IN an ASP.NET Web application if there is any error, how can you debug?
How to reduce the width of textbox in editcommandcolumn of datagrid?