What is application variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

what exception is thrown when you do a response.redirect

2 Answers   IBM,


Can we set which type of comparison we want to perform by the CompareValidator control?

0 Answers   MindCracker,


What methods are fired during the page load?

2 Answers  


What is Forms Authentication in ASP.NET?

0 Answers  


How do you use viewstate?

0 Answers  


Explain the role of global.asax?

0 Answers  


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.

1 Answers   Syntax Softtech,


How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


Can we Run the Application without Build

3 Answers   Emphasis,


Explain the difference between response.redirect vs server.transfer

0 Answers  


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,


What is the typical session identifier?

0 Answers  


Categories