Describe a diffgram ? Write any one use of that?
Answer Posted / ninad
One of the XML formats which we can use to render DataSet
object contents to XML is a diffgram.
Diffgram is used in reading database data to an XML file to
be sent to a Web Service.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How you can access the properties and controls of master pages from content pages?
How to set the pane area to transparent of a scrollPane component.?
Can a master page have more than one contentplaceholder?
What is http session state?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What's the use of response.output.write()?
Explain the asp.net session state modes.
In a Repeater control how one can provide an alternating color scheme ?
Difference between using directive vs using statement?
Explain the Order of events in an asp.net page?
What is the difference between the response.write() and response.output.write() methods?
Explain how asp.net page works?
What is connection pooling and how to enable and disable connection pooling?
Explain Life cycle of ASP.NET page when a request is made.
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?