What is http only cookie?
What is the difference between a session object and cache object
2 Answers CitiGroup, PennyWise,
What are session state modes?
How do you store a value in viewstate and retrieve them?
what are the sitemap providers in Asp.net 2.0?
Explain the main differences between asp and asp.net?
Disable Session State at the Application Level
What is a 401 redirect?
How do we access view state value of this page in the next page?
Explain the Order of events in an asp.net page?
Can you clarified A Web service can only be written in .NET or not?
You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.
Can u able to get the xml document in crystal report if yes how its possible