What are the different ways of processing data in ASP page
in the server side (like Forms, QueryStrings etc)?
Answer / 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 |
About writting a query and SP which is better ?
which one is faster execute reader, scalar, execute non query ?
what are the application layers for a distribute application?
What are the different types of cookies in asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
Why we use content place holder in asp.net?
when user is logged on the information is saved in a cookie, what is the name of that cookie?
What does the "EnableViewState" property do? Why would I want it on or off?
Where do the cookie state and session state information be stored?
How do you create a master page?
What is global.asax file used for?
diff between Server.Transfer() and Server.Execute()