What are the different ways of processing data in ASP page
in the server side (like Forms, QueryStrings etc)?



What are the different ways of processing data in ASP page in the server side (like Forms, QueryStr..

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

Post New Answer

More ASP.NET Interview Questions

what are Httpmodule and HttpHandler?

3 Answers   Microsoft, Wipro,


How to sign out from forms authentication?

0 Answers  


Contrast the use of an abstract base class against an interface?

5 Answers   iLink,


When cookie will expire?

0 Answers  


What is versioning in .NET?

1 Answers   Syntax Softtech, Wipro,






Describe the diffeerence between inline and code behind?

0 Answers  


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

0 Answers  


How ASP and ASP.NET page works.

3 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Is react a template engine?

0 Answers  


What is a PostBack ?

1 Answers  


What is CTE in sql server 2005?

3 Answers   Minecode,


Categories