main difference between asp.net2.0,asp.net1.1,asp.net1.0
Answer Posted / firozgkp
Feaures in 2.0:
Special folders to make integration easier.
navigation controls,
login controls,
new conrols,
Master page,
Website without IIS,
Pesonalization,
Main difference is extended controls, advanced features
like
master pages. .net reduces 70% code than .net1.0
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How does ASP.NET framework maps client side events to Server side events.?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Which browsers support the xmlhttprequest object?
What are html helpers in asp.net?
If you want to write your own dot net language, what steps you will you take care?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
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?
Explain the difference between server control and html control.
Is asp net front end or backend?
Describe the master page.
To load your generated dataset with data which method do you invoke?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Can you change a master page dynamically at runtime? How?