what are the types of ASP objects ?

Answer Posted / yugeshwaran m

There are 7 asp objects....

1.Response object,
2.Request object,
3.Server object,
4.Session object,
5.Application object,
6.Object Context Object,
7.Asp Error Object

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is base class of button control in .net?

529


Mention the namespace that is used to include .net data provider for sql server in .net code?

507


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

621


Explain the asp.net page life cycle.

556


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2593






Describe the sequence of action takes place on the server when ASP.NET application starts first time?

622


How many types of cookies are available in asp?

580


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

673


What are the modes of updation in an updatepanel?

555


What is server components?

538


What are the different method of navigation in asp.net?

569


Can we set master page as a start page?

547


From which base class all web forms are inherited?

502


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1444


Is asp.net a programming language?

536