Please brief not about xsd,xslt & xml?
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
What is the difference between debug and release?
What is simple data binding?
What is session handling in a webfarm, how it can work with its limits?
What is the difference between session.abandon() vs clear()?
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.
Why do we need master page in asp.net?
what is reference type to value type.
What is the flow of processing of the request? : asp.net mvc
What is the maximum number of classes that can be contained in one dll file?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
How many types of Cookies are available in ASP.NET?