What are the intrinsic objects present in ASP.NET



What are the intrinsic objects present in ASP.NET..

Answer / chnd147

Request,Response,Application,Server and Session are the
intrensic obejects in ASP.Net

Is This Answer Correct ?    20 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are the types of validation in asp net?

0 Answers  


What does the "EnableViewState" property do?

2 Answers  


What are different methods of session maintenance in asp.net?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.

1 Answers  






Explain difference between dataset and datareader?

0 Answers  


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


Why web api is better than wcf?

0 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

1 Answers   Northgate is,


Where session id is stored?

0 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


Define satellite assemblies.

0 Answers  


Categories