List down the sequence of methods called during the page load.
How many column in table of sql server?
page life cycle of asp.net.
“~” means in asp.net application?
Which is better union or union all?
Difference between ASP & ASP.NET Session State
What is the part of url?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
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.
What are the namespace classes used in asp.net mvc? : asp.net mvc
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
what is shared assembly?
How many Garbage Collectors are there for one Application or one Page