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 |
what are Httpmodule and HttpHandler?
How to sign out from forms authentication?
Contrast the use of an abstract base class against an interface?
When cookie will expire?
What is versioning in .NET?
1 Answers Syntax Softtech, Wipro,
Describe the diffeerence between inline and code behind?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How ASP and ASP.NET page works.
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.
Is react a template engine?
What is a PostBack ?
What is CTE in sql server 2005?