How many types of page.

Answer Posted / sai laxman

Five Types i suppose

.Master is for Master Page
.Aspx is for Asp Page
.Asax is for Global Application Class Page
.Asmx is Web Service page
.Ascx is User Control Page

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of cache are there?

528


What are the memory-mapped files?

522


What is gridview in asp.net?

520


Why is mvc better than asp.net?

532


Define the term Scavenging in Caching?

578






Explain an object, class and method.

558


What are the namespace classes used in asp.net mvc? : asp.net mvc

545


What is difference between Lambda Expression and LINQ in ASP.NET?

545


What are the new web part controls in asp.net 2.0 ?

526


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

572


What is the difference between file-based dependency and key-based dependency?

564


What is the difference between union and structure?

506


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.

1443


Explain the concept of MVC Scaffolding?

591


What are cao and sao.

548