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

What is the compiled object?

0 Answers   eXensys,


33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


What is the difference between rest and restful?

0 Answers  


What are the modes of updation in an updatepanel?

0 Answers  


Difference between application and session ?

12 Answers   DataPoint, Satyam,






which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


How do you create master pages in asp.net?

2 Answers   Wipro,


What are the validation controls available in ASP.NET?

0 Answers  


Is it possible to create web application with both webforms and mvc?

0 Answers  


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


How would you create a permanent cookie?

0 Answers  


What are Master pages? How to define a Master page?

3 Answers  


Categories