Types of objects in ASP ?

Answer Posted / sangram kadam

There are 7 objects in Asp
Request,Response,session,Application,Server,AspError and
Object context

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of url encoding?

726


How do I use a proxy server when invoking a web service?

752


How can you pass multiple complex types in Web API?

789


What I need to create and run an asp.net application?

737


What is the difference between client-side and server-side validations in webpages?

794


What is work flow gen? how can it will work with .Net?

2788


What is the asp.net mvc folder conventions? : asp.net mvc

672


Explain client-side scripting?

783


Explain the difference between Web Garden and Web Farm?

776


What is asp.net globalization?

717


What does session_start () do?

844


List the types of authentication supported by asp.net?

744


What is server infrastructure & server components?

982


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.

1642


What is ispostback property?

712