How many types of page.
Answer Posted / 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 |
Post New Answer View All Answers
What is data binding in asp net?
What do you mean by caching in asp.net?
What is asp.net ajax?
Explain what is viewstate?
In Code-Behind class which kind of code (server or client) is found ?
In ViewState How much lifespan items stored?
What are ASHX files?
Explain the concept of MVC Scaffolding?
Explain the concept of event bubbling in ASP.NET?
What are the types of validation in asp net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is asp.net master page?
What does passport and windows authentication mean in ASP.NET?
Can the dictionary object be created in client?s scope ?
Which is the parent class of the web server control?