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 ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is sta?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
In which situation can you not use a viewstate?
What is the difference between union and structure?
How to display Alert in ASP.NET
What is use of <% %> in asp.net?
Difference between overriding and overloading?
How can you apply a theme to your asp.net application?
What does mean by a neutral culture?
Explain diff. Betn dataset and recordset?
What are the media types of http requests and response?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
To display data in a Repeater control which template you provide?