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 page fragment caching?
What is a 1x1 pixel?
In how many ways we can retrieve table records count?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How long the items in ViewState exists?
What is the asp.net control toolkit?
What is the best Macanism to clear the Cache in asp.net
What is runat?
Is data edited in the Repeater control?
What are the differences between the response.write() and response.output.write()?
What is true about application service provider?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is an axd file?
Is session server side or client side?
Differentiate between early binding and late binding.