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 |
Mention the execution process for managed code?
What is the purpose of url encoding?
How do http sessions work?
How do you do exception management?
1 Answers Accenture, BirlaSoft,
Name some asp objects?
what is pagination in asp.net ?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
How you can access the values from the Repeater control in ASP.NET?
How do you relate an aspx page with its code behind page ?
4 Answers Accenture, BirlaSoft,
2. Why did you choose this career?
2 Answers Schwartz Oil, Swatz Oils,
Why does my asp.net file have multiple tag with runat=server?
What is ViewState ? and how it is managed ?