What are sessions in asp net?


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

Post New Answer

More ASP.NET Interview Questions

How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


What is a swagger in web api?

0 Answers  


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What is the difference between stored procedure vs function?

0 Answers  


What is synchronous and Asynchronous post back ?

0 Answers  






What is the use of @Register directives?

3 Answers  


Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


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,


What is bson in web api?

0 Answers  


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


Categories