Difference between ASP Session and ASP.NET Session?
Answers were Sorted based on User's Feedback
Answer / shwetha
In Asp, the session is Process dependent, whereas in
Asp.Net the session is Process independent.
In Asp, the session is Cookie dependent, whereas in
Asp.Net the session is Cookie independent.
Is This Answer Correct ? | 7 Yes | 0 No |
And also Asp.net we have different Mechanism to save the
session data.
1. In Process
2. State Server
3. SQL Server
Is This Answer Correct ? | 1 Yes | 2 No |
what is strong name?
4 Answers Fidelity, Infosys, Microsoft, Shriram Value Services,
How many types cache in asp net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the difference between HTTP-Post and HTTP-Get ?
Explain transparent caching with aop?
How does a content page different from a master page?
Explain difference between dataset and recordset?
What is application variable in asp.net?
how we deploy the asp.net 2.0 application
can we store textbox and com components in viewstate?
Can we set master page as a start page?