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
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the use of session in web application?
Can we use MSSql as backend in asp.net...if yes then How.?
What is session mode in asp.net?
What is the difference between session object and application object?
Is asp.net a programming language?
Is oauth for authentication or authorization?
What r the asp.net list controls and diff. Between them?
Why we use content place holder in asp.net?
Can you explain one critical mapping? Performance issue which one is better?
Why does my asp.net file have multiple tag with runat=server?
Explain the code Access Security (CAS) in .net Framework?
Where is asp.net view state stored?
Where code pages are used?
Explain managed code an un-managed code.