Is asp.net is a programming language?
What is sta?
How to kill session?
Using shadow variable is good or bad for application?
What is the full meaning of asp.net?
which type of data u send through request.querystring()?and tell abt exact size?
Explain how asp.net page works?
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.
Which method do you use to enforce garbage collection in .net?
What is client side state management?
How many types of session in ASP.NET
Why do we need Sessions?
what are the ways to improve performance in .net application?