Answer Posted / arvind singh
Request object
Response object
Session object
Server object
Application object
Error Object
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How to deploy/publish webservices?How many ways?Plz explain me
What is cache in asp net?
Is oauth for authentication or authorization?
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.
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What are the elements of a website?
What is parse in asp.net?
What's the use of response.output.write()?
what is the difference between response.write() and response.output.write()?
Difference between singleton and singlecall.
Explain in what order a destructors is called.