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

How long should a session id be?

0 Answers  


How do I use response redirect?

0 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


what is pagination in asp.net ?

1 Answers   Netsweeper,


Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).

2 Answers   HCL,






Explain the difference between AutoPostBack and IspostBack in ASP.NET?

0 Answers   Sans Pareil IT Services,


Can we have multiple web config files for an asp.net application?

0 Answers  


What is a query string in a url?

0 Answers  


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


How to disable disable browser's Back button in asp.net (JavaScript)?

0 Answers   HCL,


What is asp.net futures?

0 Answers  


can I use session variable in App_code Class page??

3 Answers   Wipro,


Categories