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 the base class from which web forms are inherited?
Can you dynamically assign a Master Page?
Define web.config in .net?
How is it possible for .NET to support many languages?
Which browsers support the xmlhttprequest object?
What is the difference between stored procedure vs function?
What is the difference between cookie and session?
Are cookies stored on server or client?
Explain the significance of routing? : asp.net mvc
how to write html code with ssl
What are the asp.net 2.0 features?
How you can manage the state of application at the server side in ASP.NET?
How tooltip is set through code-behind in ASP.NET?
From which base class all web forms are inherited?
What is master page in dtp?