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 long should a session id be?
How do I use response redirect?
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.
what is pagination in asp.net ?
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).
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?
What is a query string in a url?
how to encrypt a connection string in web.config file?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is asp.net futures?
can I use session variable in App_code Class page??