Answer Posted / ankit arora
ASP stands for Active server pages
It is just the technology that runs on web server and used
for Web Development.
Asp .net is used for Creating
1.Web Application
2.Web services
3. Mobile Web Applications
and I would tell you about Framework
Framework is collection of tools technologies and languages
that work together to communicate on multiple platforms
(This does not mean that .net application can run on LINUX
this can run on IE(internet Explorer)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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.
Explain the advantages of asp.net.
Briefly describe the role of global.asax?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
How does ASP.NET framework maps client side events to Server side events.?
What is a reflection?
What is the difference between the response.write() and response.output.write() methods?
Is it true that a Web service must be written in .NET or not?
What is viewstategenerator?
How do u optimize a query in asp.net?
What are the advantages of Web API?
What is page fragment caching?
Disable browser cache for entire ASP.NET website?
In order to get assembly info which namespace we should import?
What is the difference between CLICK and MOUSE DOWN Event ?