Can anyone please tell me that the question posted on this
website are Sufficient for the interview with 2+ year
experience in .net
77
We are using Jscriopt validations and at clint site
javascript is not running that time validation would work?
if yes then how it would behave?
45
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 ASP.NET Web Forms? How is this technology
different than what is available though ASP (1.0-3.0)?
70
code for "For every 5days system has to create 1text file
with the corresponding date and it has to store in c-drive"
by using web applications
9
if i wanna deploy my asp.net project to the production
server and situation is that i m still not compiled my
project i have as-is on my development side now on
production server we dont have a visual studio now what
kind of settings i need to be to do in
webconfig /machine.config file to deploy my project and in
iis too....