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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum timeout we can set for Cookies?

548


How Can assign alias name for ASP.NET Web API Action?

934


Where session id is stored?

533


What is application in asp net?

492


Is LINQ performance wise better or using sqlcommand?

4329






Explain About WebService

649


How to rename a table using sql queries?

568


What is data cache in sql server?

588


What are different types of api?

527


Is it possible to apply themes to an asp.net application? If yes, then how?

568


Explain the various authentication mechanisms in asp.net.

483


What is the use of response redirect in asp.net?

575


How can we register exception filter from the action?

660


What are the merits and demerits of viewstate?

576


What is HTTPModule and HTTPcontext? What is the use of each?

1986