When does a session actually start?


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

Post New Answer

More ASP.NET Interview Questions

What is a global postback url?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


What is the name of the base class that all web forms will be inherited?

7 Answers  


What are the components of ado.net?

0 Answers  






You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


How can we access static variable?

0 Answers  


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats

1 Answers  


What is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  


What are the different session state management options available in asp.net?

0 Answers  


What are httphandlers and httpmodules and difference between them?

0 Answers  


Categories