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 |
Explain managed code an un-managed code.
How to store a dataset in a viewstate?
What is the use of session state and application state and difference between them?
I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format?
What is sta?
How do you do exception management?
1 Answers Accenture, BirlaSoft,
What is asp.net ajax?
Why should i prefer JSP over asp.net or any other web development language..??
About writting a query and SP which is better ?
Write a code for passing ArrayList in Web API?
What is the caspol.exe tool used for?
Why would anyone need to implement their own hashtable or linked list?