What are the objects in used in ASP for processing input and
outputs?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Define globalization and localization.
How to implement globalization and localization in the use interface in .net.
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.
Advantage of data Reader?
What do you understand by aggregate dependency?
What are the different types of cookies in asp.net?
What is application session?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Explain the difference between panel and groupbox classes using .net?
what are the ihttphandler and ihttphandlerfactory interfaces ?