How many types of page.
Answers were Sorted based on User's Feedback
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 |
Answer / badrinath
Four types
Master pages
.ASPX
.ASAX
.ASMX
.ASCX
Is This Answer Correct ? | 8 Yes | 1 No |
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 |
Answer / sri charan
.master
.aspx
.ascx
.asmx
.config
.svc
.asax
Is This Answer Correct ? | 1 Yes | 4 No |
how to encrypt a connection string in web.config file?
What are the events that happen when a client requests an asp.net page from iis server?
What is reflection and disadvantages of reflection?
what is Theme in Asp.net 2.0
What event fired during, when datagrid click?
if you disable view state of a textbox will it maintain data during postbacks.if yes reason
9 Answers FactorH, Jindal, Oxi Infotech,
What methods are fired during the page load?
What are HTTP handlers in ASP.NET?
What is virtual directory in asp.net?
What is the difference between cache and cookies?
What is the difference between globalization and localization?
What is the caspol.exe tool used for?