What are the different ways of processing data in ASP page
in the server side (like Forms, QueryStrings etc)?
Answer Posted / guest
Both ASP and ASP.net can be run at same server becuase IIS
Create a diffrent process for all the hosted application
and it has capability to respond/serve both ASP and ASP.NET
request.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is connection pooling and how to enable and disable connection pooling?
What is custom events?
How to retrieve user name in case of Window Authentication?
Explain page output caching?
Explain swagger components.
What is authorization in asp.net?
What are the data controls available in asp.net?
Mention the execution process for managed code?
What is comparevalidator?
How can we communicate with each server in N-tier Architecture? and what are the methods?
How many types of session state management options available in asp.net?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Explain how is a property designated as read-only?
What are sql joins?
What is the life cycle of an asp.net page?