COM+ Used ________________ Isolation Level


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

Post New Answer

More ASP.NET Interview Questions

How is a session stored and maintained in asp.net?

0 Answers  


What is the concept of view state in asp.net?

0 Answers  


how can i call output parameters from ado.net

3 Answers   TCS,


What are the disadvantages of asp.net?

0 Answers  


What is autopostback in asp net?

0 Answers  






Explain about asp.net caching?

0 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


Will the asp.net validators run in server side or client side?

0 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


Categories