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
What is the purpose of url encoding?
How do I use a proxy server when invoking a web service?
How can you pass multiple complex types in Web API?
What I need to create and run an asp.net application?
What is the difference between client-side and server-side validations in webpages?
What is work flow gen? how can it will work with .Net?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain client-side scripting?
Explain the difference between Web Garden and Web Farm?
What is asp.net globalization?
What does session_start () do?
List the types of authentication supported by asp.net?
What is server infrastructure & server components?
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.
What is ispostback property?