How can i explain my project during interview?many time i
expalain my project but they did't accept? please explain
me.
Can i have both C# and vb.net code in same assembly?how?
how to elimainte the similar data from the different tables
what is diffrent between asp & asp.net
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
What is Assembly?
3 Answers Inspira Technologies,
When does a session actually start?
how we use web services
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.
How can I create master page in asp net?
What is boxing and how it is done internally?
Which is better asp.net or php?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?