What r new things introduced in ASP.NET 2.0 in comparision
to ASP.NET 1.1



What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1..

Answer / rahultripathi

There is lot of new feature include in ASP.Net 2.0
1. Role and membership Management .
It is create tricky mathod for create an application
with areas that are accesss by only select user .
Example
if(Membership.validateUser (userid,password))
{
}
2.Personalization :- User can offer to setting there
persnol setting .
3.Site Navigation :- We can create Site Map for application
in XML file that can easly inherite by specific co control
4. New Copilation System :-
Page by Page Compilation with recomplilation whole
appliction.
5.Master Page: - This is proide easy way to same loke and
fill whole site .
6.thems : -
providing way to change Thims of application.
7.New Object For Accessing Data. Such as <SqlDataSource>
8. New Server Control : -Such As GridView,FormView etc.


Thank you,
Rahul Tripathi.

rahultripathi@myway.com

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to reduce the Page size in asp.net?

4 Answers   CTS,


What is the difference between runtime version and version?

0 Answers  


What is postback request?

0 Answers  


What is the difference between Hash table and Array list?

0 Answers  


How do you define authentication in Web.Config?

2 Answers   Patni,






how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


What are the main advantages of using asp.net?

0 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What is ASLM?

0 Answers   MCN Solutions,


What is enableviewstatemac in asp net?

0 Answers  


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


Categories