What is the difference between 1.1 and 2.0 .Net framework?
Answer Posted / 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 |
Post New Answer View All Answers
How do I open aspx file on mac?
How to display images using response object?
What are the tasks performed by <> tags?
Explain the post and get method?
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
Name the collections of session object?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is servervariables collection in asp?
What is the use of global.asax?
difference between partial and public ?
When did classic asp come out?
how to update text box value in c#.net project?
How do I add aspx page to visual studio?
What is http header?
what is the difference between #include directory in C,C++ and import java.packages in java