How many types of page.

Answers were Sorted based on User's Feedback



How many types of page...

Answer / 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

How many types of page...

Answer / badrinath

Four types

Master pages
.ASPX
.ASAX
.ASMX
.ASCX

Is This Answer Correct ?    8 Yes 1 No

How many types of page...

Answer / michael

THREE TYPES OF PAGE

Is This Answer Correct ?    2 Yes 0 No

How many types of page...

Answer / himadri roy

three types of pages are there..
1.static page(just the html page)
2.active page(a page that contains any images such as
animation etc)
3.dynamic page.(the page which have the capability to react
according to the user input)

Is This Answer Correct ?    2 Yes 3 No

How many types of page...

Answer / sri charan

.master
.aspx
.ascx
.asmx
.config
.svc
.asax

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


what is difference between const, static and readonly?

2 Answers   TVS,


What is Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


Explain how cookies work. Give an example of cookie abuse.

1 Answers  


How .Net has implemented security for web applications?

1 Answers  


What are the features that make asp.net more used framework? : asp.net mvc

1 Answers  


Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 Answers  


What is new asp.net core?

1 Answers  


What is application variable in asp.net?

1 Answers  


how we declare interface

2 Answers  


How to authenticate users using web.config ?

1 Answers   Patni,


Categories