What is the difference between 1.1 and 2.0 .Net framework?
Answers were Sorted based on User's Feedback
Answer / usha
refer this link..
http://www.codeproject.com/KB/aspnet/ComparisonASP1xASP20.as
px
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / devashish
Microsoft ASP.NET 2.0 supports a new object called the
Profile object. We can store any type of information within
a user profile including both simple data types such as
strings and integers and complex types such as custom
objects.
The Profile object is similar to the Session object, but
better. Like the Session object, In other words, each user
of a Web application automatically has their own profile.
However, unlike the Session object, the Profile object is
persistent. When you will add an item to the Session
object, the item disappears after you leave the Web site.
When you modify the state of the Profile object, in
contrast, the modifications are saved between visits to the
Web site.
| Is This Answer Correct ? | 10 Yes | 4 No |
whate is @page(AspCompat) Directive in .net ?
Speaking of boolean data types, whats different between c# and /c++?
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
Which is better asp or php?
What are the collections of Session Object?
Explain the difference between server.transfer and response.redirect?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
What is meant by cookies? Explain the main features?
What is the difference between asp and acp?
What is Debit Memo & Credit Memo in Payables?
Define clientcertificate collection?
What are scripting objects in asp?